We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2294e58 commit 71e9309Copy full SHA for 71e9309
tests/e2e_batch/scenarios.py
@@ -5,12 +5,13 @@
5
import pandas as pd
6
from clients import logger
7
from errors import DynamoDBMismatchError
8
-from tests.e2e_batch.constants import EMIS_V5_SUPPLIER_IDENTIFIER_SYSTEM, TPP_V5_SUPPLIER_IDENTIFIER_SYSTEM
9
from vax_suppliers import OdsVax, TestPair
10
11
from constants import (
12
ACK_BUCKET,
+ EMIS_V5_SUPPLIER_IDENTIFIER_SYSTEM,
13
RAVS_URI,
14
+ TPP_V5_SUPPLIER_IDENTIFIER_SYSTEM,
15
ActionFlag,
16
BusRowResult,
17
DestinationType,
0 commit comments