@@ -447,8 +447,8 @@ def test_scenario_17(page: Page) -> None:
447447 [
448448 {
449449 "modality" : PolypInterventionModalityOptions .POLYPECTOMY ,
450- "excised" : YesNoOptions .YES ,
451450 "device" : PolypInterventionDeviceOptions .HOT_SNARE ,
451+ "excised" : YesNoOptions .YES ,
452452 "retrieved" : PolypInterventionRetrievedOptions .YES ,
453453 "excision technique" : PolypInterventionExcisionTechniqueOptions .PIECE_MEAL ,
454454 "polyp appears fully resected endoscopically" : YesNoOptions .YES ,
@@ -460,8 +460,8 @@ def test_scenario_17(page: Page) -> None:
460460 {
461461 "date of reporting" : datetime .today (),
462462 "date of receipt" : datetime .today (),
463- "pathology provider" : 1 ,
464463 "pathologist" : 1 ,
464+ "pathology provider" : 1 ,
465465 "polyp type" : PolypTypeOptions .ADENOMA ,
466466 "adenoma sub type" : AdenomaSubTypeOptions .NOT_REPORTED ,
467467 "polyp excision complete" : PolypExcisionCompleteOptions .R1 ,
@@ -472,8 +472,8 @@ def test_scenario_17(page: Page) -> None:
472472 {
473473 "date of reporting" : datetime .today (),
474474 "date of receipt" : datetime .today (),
475- "pathology provider" : 1 ,
476475 "pathologist" : 1 ,
476+ "pathology provider" : 1 ,
477477 "polyp type" : PolypTypeOptions .ADENOMA ,
478478 "adenoma sub type" : AdenomaSubTypeOptions .TUBULOVILLOUS_ADENOMA ,
479479 "polyp excision complete" : PolypExcisionCompleteOptions .R1 ,
@@ -488,9 +488,9 @@ def test_scenario_17(page: Page) -> None:
488488 ]
489489 # When I press the save Investigation Dataset button
490490 InvestigationDatasetCompletion (page ).complete_dataset_with_args (
491- general_information = general_information ,
492491 endoscopy_information = endoscopy_information ,
493492 drug_information = drug_information ,
493+ general_information = general_information ,
494494 failure_information = failure_information ,
495495 completion_information = completion_information ,
496496 polyp_information = polyp_information ,
0 commit comments