From 383c4e2201800c8bcf75d93fe41e7cf1fa96a8c0 Mon Sep 17 00:00:00 2001 From: P4T12ICK Date: Tue, 15 Jun 2021 09:25:38 +0200 Subject: [PATCH] new detection testing --- automated_detection_testing/ci/python_ci_code/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated_detection_testing/ci/python_ci_code/main.py b/automated_detection_testing/ci/python_ci_code/main.py index 904e4d0380..65273759ba 100644 --- a/automated_detection_testing/ci/python_ci_code/main.py +++ b/automated_detection_testing/ci/python_ci_code/main.py @@ -38,7 +38,7 @@ def main(args): IndexName='uuid_test-index', KeyConditionExpression='uuid_test = :uuid_test', ExpressionAttributeValues={ - ':uuid_test': {'S': '3a8b5ea8-2f89-4006-b684-8e7e564f4047'} + ':uuid_test': '3a8b5ea8-2f89-4006-b684-8e7e564f4047' } ) print(response['Items'])