Skip to content

Commit 2529473

Browse files
committed
queue url
1 parent 4e7bf62 commit 2529473

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

delta_backend/tests/test_convert_to_flat_json.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@
1616
from ConversionChecker import ConversionChecker
1717

1818

19-
# "AWS_SQS_QUEUE_URL": "https://sqs.eu-west-2.amazonaws.com/123456789012/test-queue",
20-
2119
MOCK_ENV_VARS = {
20+
"AWS_SQS_QUEUE_URL": "https://sqs.eu-west-2.amazonaws.com/123456789012/test-queue",
2221
"DELTA_TABLE_NAME": "immunisation-batch-internal-dev-audit-test-table",
2322
"SOURCE": "test-source",
2423
}

0 commit comments

Comments
 (0)