Commit 122762e2 authored by Romain Courteaud's avatar Romain Courteaud

slapos_cloud: test: Token creation is allowed to Production users

parent 3ef9b403
...@@ -942,6 +942,7 @@ class TestSlapOSCorePersonRequestToken(SlapOSTestCaseMixin): ...@@ -942,6 +942,7 @@ class TestSlapOSCorePersonRequestToken(SlapOSTestCaseMixin):
SlapOSTestCaseMixin.afterSetUp(self) SlapOSTestCaseMixin.afterSetUp(self)
self.project = self.addProject() self.project = self.addProject()
person_user = self.makePerson(self.project) person_user = self.makePerson(self.project)
self.addProjectProductionManagerAssignment(person_user, self.project)
self.tic() self.tic()
# Login as new user # Login as new user
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment