We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ce2308 commit 5968282Copy full SHA for 5968282
credentials/apps/catalog/tests/factories.py
@@ -34,7 +34,6 @@ class Meta:
34
class CourseFactory(factory.django.DjangoModelFactory):
35
class Meta:
36
model = Course
37
- skip_postgeneration_save = True
38
39
site = factory.SubFactory(SiteFactory)
40
uuid = factory.LazyFunction(uuid4)
0 commit comments