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 8779a67 commit 192946cCopy full SHA for 192946c
delta_backend/tests/test_convert.py
@@ -11,6 +11,7 @@
11
MOCK_ENV_VARS = {
12
"AWS_SQS_QUEUE_URL": "https://sqs.eu-west-2.amazonaws.com/123456789012/test-queue",
13
"DELTA_TABLE_NAME": "immunisation-batch-internal-dev-audit-test-table",
14
+ "DELTA_TTL": "14",
15
"SOURCE": "test-source",
16
}
17
request_json_data = ValuesForTests.json_data
0 commit comments