Skip to content

Commit 346b4c2

Browse files
committed
fix to e2e_batch
1 parent 4097465 commit 346b4c2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

tests/e2e_batch/scenarios.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

tests/e2e_batch/vax_suppliers.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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")

0 commit comments

Comments
 (0)