Skip to content

Commit 29a92ef

Browse files
Fixing SonarQube duplication errors
1 parent 2a1b0db commit 29a92ef

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/regression/regression_tests/fobt_regression_tests/test_scenario_11.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ def test_scenario_11(page: Page) -> None:
254254

255255
# And I update the Colonoscopy Assessment Dataset with the following values:
256256
ColonoscopyDatasetsPage(page).select_fit_for_colonoscopy_option(
257-
FitForColonoscopySspOptions.YES
257+
option=FitForColonoscopySspOptions.YES
258258
)
259259
ColonoscopyDatasetsPage(page).click_dataset_complete_radio_button_yes()
260260

@@ -270,7 +270,8 @@ def test_scenario_11(page: Page) -> None:
270270

271271
# Then my subject has been updated as follows:
272272
subject_assertion(
273-
nhs_no, {"latest event status": "A99 Suitable for Endoscopic Test"}
273+
nhs_number=nhs_no,
274+
criteria={"latest event status": "A99 Suitable for Endoscopic Test"},
274275
)
275276

276277
# When I view the subject

0 commit comments

Comments
 (0)