Skip to content

Commit c34d95b

Browse files
committed
working on format issues
1 parent d096fe9 commit c34d95b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/regression/regression_tests/surveillance_regression_tests/test_surveillance_scenario_1.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
set_org_parameter_value,
5050
)
5151

52+
5253
@pytest.mark.vpn_required
5354
@pytest.mark.regression
5455
@pytest.mark.survelliance_regression_tests
@@ -121,7 +122,7 @@ def test_scenario_1(page: Page, general_properties: dict) -> None:
121122
SubjectRepository().there_is_letter_batch_for_subject(
122123
nhs_no, "X500", "Surveillance Selection"
123124
)
124-
125+
125126
# When I set the value of parameter 82 to "Y" for my organisation with immediate effect
126127
org_id = general_properties["eng_screening_centre_id"]
127128
set_org_parameter_value(82, "Y", org_id)

0 commit comments

Comments
 (0)