Update env roles by environment
This commit is contained in:
@@ -194,6 +194,7 @@ class EnvironmentFactory(Base):
|
||||
model = Environment
|
||||
|
||||
name = factory.Faker("domain_word")
|
||||
application = factory.SubFactory(ApplicationFactory)
|
||||
|
||||
@classmethod
|
||||
def _create(cls, model_class, *args, **kwargs):
|
||||
|
Reference in New Issue
Block a user