Skip to content

Commit 5968282

Browse files
authored
fix: Update factories.py
1 parent 3ce2308 commit 5968282

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

credentials/apps/catalog/tests/factories.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ class Meta:
3434
class CourseFactory(factory.django.DjangoModelFactory):
3535
class Meta:
3636
model = Course
37-
skip_postgeneration_save = True
3837

3938
site = factory.SubFactory(SiteFactory)
4039
uuid = factory.LazyFunction(uuid4)

0 commit comments

Comments
 (0)