Skip to content

Commit 796c4a0

Browse files
committed
duplicate batch fix
1 parent bf0a960 commit 796c4a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/e2e_batch/vax_suppliers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class TestPair:
8484
"ods_vax": TestPair.E8HA94_COVID_CUD,
8585
"ods_vax": TestPair.DPSFULL_COVID_CRUDS,
8686
"ods_vax": TestPair.V0V8L_FLU_CRUDS,
87-
"ods_vax": TestPair.V0V8L_3IN1_CRUDS,
87+
"ods_vax": TestPair.V0V8L_HPV_CUD,
8888
"ods_vax": TestPair.X26_MMR_CRUDS,
8989
"ods_vax": TestPair.YGA_MENACWY_CRUDS,
9090
"""
@@ -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", "3IN1")
122+
V0V8L_3IN1_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)