Skip to content

Commit 36e6ee2

Browse files
committed
duplicate batch test fix
1 parent 796c4a0 commit 36e6ee2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ 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", "HPV")
122+
V0V8L_HPV_CRUDS = OdsVax("V0V8L", "HPV")
123123
V0V8L_FLU_CRUDS = OdsVax("V0V8L", "FLU")
124124
# V0V8L_HPV_CRUDS = OdsVax("V0V8L", "HPV")
125125
# V0V8L_MENACWY_CRUDS = OdsVax("V0V8L", "MENACWY")

0 commit comments

Comments
 (0)