File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
tests/regression/regression_tests/fobt_regression_tests Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments