Fix tests that were broken by new constraints

This commit is contained in:
richard-dds
2018-09-21 13:54:46 -04:00
parent de338f675f
commit 519b5caa4c
7 changed files with 54 additions and 55 deletions

View File

@@ -27,6 +27,8 @@ class RoleFactory(Base):
class Meta:
model = Role
name = factory.Faker("job")
description = "This is a test role."
permissions = []