Skip to content

Commit 2c6c54a

Browse files
More fixes
1 parent 9ab6dc6 commit 2c6c54a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/regression/regression_tests/fobt_regression_tests/test_scenario_16.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ def test_scenario_16(page: Page) -> None:
500500
]
501501

502502
# I add interventions 1 for polyps 1-3 with the following fields and values within the Investigation Dataset for this subject:
503-
polyp_intervention = [
503+
polyp_interventions = [
504504
[
505505
{
506506
"modality": PolypInterventionModalityOptions.POLYPECTOMY,
@@ -565,12 +565,12 @@ def test_scenario_16(page: Page) -> None:
565565
# When I press the save Investigation Dataset button
566566
InvestigationDatasetCompletion(page).complete_dataset_with_args(
567567
general_information=general_information,
568-
drug_information=drug_information,
569568
endoscopy_information=endoscopy_information,
570-
failure_information=failure_information,
569+
drug_information=drug_information,
571570
completion_information=completion_information,
571+
failure_information=failure_information,
572572
polyp_information=polyp_information,
573-
polyp_intervention=polyp_intervention,
573+
polyp_intervention=polyp_interventions,
574574
polyp_histology=polyp_histology,
575575
)
576576

0 commit comments

Comments
 (0)