File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ def generate_csv_files(test_cases: list[TestCase]) -> list[TestCase]:
199199 {
200200 "name" : "Failed Update" ,
201201 "description" : "Failed Update - resource does not exist" ,
202- "ods_vax" : TestPair .V0V8L_3IN1_CRUDS ,
202+ "ods_vax" : TestPair .V0V8L_HPV_CUD ,
203203 "actions" : [
204204 TestAction (
205205 ActionFlag .UPDATE ,
Original file line number Diff line number Diff line change @@ -119,9 +119,10 @@ class TestPair:
119119 # DPSREDUCED_MENACWY_CRUDS = OdsVax("DPSREDUCED", "MENACWY")
120120 # DPSREDUCED_MMR_CRUDS = OdsVax("DPSREDUCED", "MMR")
121121 # DPSREDUCED_RSV_CRUDS = OdsVax("DPSREDUCED", "RSV")
122- V0V8L_3IN1_CRUDS = OdsVax ("V0V8L" , "3IN1" )
122+ # V0V8L_3IN1_CRUDS = OdsVax("V0V8L", "3IN1")
123123 V0V8L_FLU_CRUDS = OdsVax ("V0V8L" , "FLU" )
124124 # V0V8L_HPV_CRUDS = OdsVax("V0V8L", "HPV")
125+ V0V8L_HPV_CUD = OdsVax ("V0V8L" , "HPV" )
125126 # V0V8L_MENACWY_CRUDS = OdsVax("V0V8L", "MENACWY")
126127 # V0V8L_MMR_CRUDS = OdsVax("V0V8L", "MMR")
127128 # YGA_3IN1_CRUDS = OdsVax("YGA", "3IN1")
You can’t perform that action at this time.
0 commit comments