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 e2e0ff1 commit 6be1aacCopy full SHA for 6be1aac
tests/e2e_batch/scenarios.py
@@ -4,6 +4,7 @@
4
5
import pandas as pd
6
from clients import logger
7
+from errors import DynamoDBMismatchError
8
from vax_suppliers import OdsVax, TestPair
9
10
from constants import (
@@ -15,7 +16,6 @@
15
16
Operation,
17
OperationOutcome,
18
)
-from errors import DynamoDBMismatchError
19
from utils import (
20
aws_cleanup,
21
create_row,
tests/e2e_batch/utils.py
@@ -20,6 +20,7 @@
s3_client,
sqs_client,
22
23
+from errors import AckFileNotFoundError, DynamoDBMismatchError
24
25
26
ACK_BUCKET,
@@ -33,7 +34,6 @@
33
34
ActionFlag,
35
environment,
36
-from errors import AckFileNotFoundError, DynamoDBMismatchError
37
38
39
def upload_file_to_s3(file_name, bucket, prefix):
0 commit comments