Skip to content

Commit 5cb833a

Browse files
committed
fix broken unit test
1 parent 73cf6ad commit 5cb833a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

manage_breast_screening/participants/tests/factories.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,12 @@ class Params:
6060
outside_uk = Trait(
6161
location_type=models.ParticipantReportedMammogram.LocationType.OUTSIDE_UK,
6262
location_details="france",
63+
provider=None,
6364
)
6465
elsewhere_uk = Trait(
6566
location_type=models.ParticipantReportedMammogram.LocationType.ELSEWHERE_UK,
6667
location_details="private provider",
68+
provider=None,
6769
)
6870

6971

0 commit comments

Comments
 (0)