File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ def generate_csv_files(test_cases: list[TestCase]) -> list[TestCase]:
219219 {
220220 "name" : "Failed Update" ,
221221 "description" : "Failed Update - resource does not exist" ,
222- "ods_vax" : TestPair .V0V8L_3IN1_CRUDS ,
222+ "ods_vax" : TestPair .YGA_3IN1_CRUDS ,
223223 "actions" : [
224224 TestAction (
225225 ActionFlag .UPDATE ,
Original file line number Diff line number Diff line change @@ -122,12 +122,12 @@ class TestPair:
122122 # DPSREDUCED_MENACWY_CRUDS = OdsVax("DPSREDUCED", "MENACWY")
123123 # DPSREDUCED_MMR_CRUDS = OdsVax("DPSREDUCED", "MMR")
124124 # DPSREDUCED_RSV_CRUDS = OdsVax("DPSREDUCED", "RSV")
125- V0V8L_3IN1_CRUDS = OdsVax ("V0V8L" , "3IN1" )
125+ # V0V8L_3IN1_CRUDS = OdsVax("V0V8L", "3IN1")
126126 V0V8L_FLU_CRUDS = OdsVax ("V0V8L" , "FLU" )
127127 # V0V8L_HPV_CRUDS = OdsVax("V0V8L", "HPV")
128128 # V0V8L_MENACWY_CRUDS = OdsVax("V0V8L", "MENACWY")
129129 # V0V8L_MMR_CRUDS = OdsVax("V0V8L", "MMR")
130- # YGA_3IN1_CRUDS = OdsVax("YGA", "3IN1")
130+ YGA_3IN1_CRUDS = OdsVax ("YGA" , "3IN1" )
131131 # YGA_HPV_CRUDS = OdsVax("YGA", "HPV")
132132 YGA_MENACWY_CRUDS = OdsVax ("YGA" , "MENACWY" )
133133 # YGA_MMR_CRUDS = OdsVax("YGA", "MMR")
You can’t perform that action at this time.
0 commit comments