Skip to content

Commit 71e9309

Browse files
committed
Fix imports in e2e test
1 parent 2294e58 commit 71e9309

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/e2e_batch/scenarios.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@
55
import pandas as pd
66
from clients import logger
77
from errors import DynamoDBMismatchError
8-
from tests.e2e_batch.constants import EMIS_V5_SUPPLIER_IDENTIFIER_SYSTEM, TPP_V5_SUPPLIER_IDENTIFIER_SYSTEM
98
from vax_suppliers import OdsVax, TestPair
109

1110
from constants import (
1211
ACK_BUCKET,
12+
EMIS_V5_SUPPLIER_IDENTIFIER_SYSTEM,
1313
RAVS_URI,
14+
TPP_V5_SUPPLIER_IDENTIFIER_SYSTEM,
1415
ActionFlag,
1516
BusRowResult,
1617
DestinationType,

0 commit comments

Comments
 (0)