Skip to content

Commit 328ce9f

Browse files
committed
Use different supplier for Failed Update scenario in e2e test
1 parent 4c630af commit 328ce9f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/e2e_batch/scenarios.py

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

tests/e2e_batch/vax_suppliers.py

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

0 commit comments

Comments
 (0)