Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 3ddfe75

Browse files
committed
test: fix TestFactory
there is a shared change that will remove the commits_where_fail field from the Test model so having the commits_where_fail field be set in the TestFactory will cause tests to fail
1 parent 8945e37 commit 3ddfe75

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

reports/tests/factories.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ class Meta:
106106
id = factory.Sequence(lambda n: f"{n}")
107107
name = factory.Sequence(lambda n: f"{n}")
108108
repository = factory.SubFactory(RepositoryFactory)
109-
commits_where_fail = []
110109
computed_name = None
111110

112111

0 commit comments

Comments
 (0)