Skip to content

Commit 632d729

Browse files
committed
Resolved import error
1 parent 726a129 commit 632d729

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

tests/regression/regression_tests/fobt_regression_tests/test_scenario_8.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
ProcedureOutcomeOptions,
1919
ScanPositionOptions,
2020
SegmentalInadequacyOptions,
21-
IVConstantAdministeredOptions,
21+
IVContrastAdministeredOptions,
2222
FailureReasonsOptions,
2323
InvestigationDatasetsPage,
2424
)
@@ -536,7 +536,7 @@ def test_scenario_8(page: Page) -> None:
536536
contrast_tagging_and_drug = {
537537
"iv buscopan administered": CancerRadiologyYesNoOptions.NO,
538538
"contraindicated": YesNoOptions.NO,
539-
"iv contrast administered": IVConstantAdministeredOptions.NO,
539+
"iv contrast administered": IVContrastAdministeredOptions.NO,
540540
"tagging agent given": TaggingAgentDrugAdministeredOptions.YES,
541541
"additional bowel preparation administered": AdditionalBowelPrepAdministeredOptions.YES,
542542
"drug_type1": DrugTypeOptions.PICOLAX,

utils/investigation_dataset.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,6 @@ def fill_out_radiology_information(self, radiology_data: dict) -> None:
647647
)
648648
case "procedure outcome":
649649
DatasetFieldUtil(self.page).populate_select_locator_for_field(
650-
"Outcome at time of procedure", value
651650
self.outcome_at_time_of_procedure_string, value
652651
)
653652
case "late outcome":

0 commit comments

Comments
 (0)