We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73cf6ad commit 5cb833aCopy full SHA for 5cb833a
1 file changed
manage_breast_screening/participants/tests/factories.py
@@ -60,10 +60,12 @@ class Params:
60
outside_uk = Trait(
61
location_type=models.ParticipantReportedMammogram.LocationType.OUTSIDE_UK,
62
location_details="france",
63
+ provider=None,
64
)
65
elsewhere_uk = Trait(
66
location_type=models.ParticipantReportedMammogram.LocationType.ELSEWHERE_UK,
67
location_details="private provider",
68
69
70
71
0 commit comments