Skip to content

Commit 6d89186

Browse files
committed
Improved test
1 parent 5d85f32 commit 6d89186

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/integrations/aws_lambda/test_aws.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,8 @@ def test_handler(event, context):
287287
"X-Forwarded-Proto": "https"
288288
},
289289
"queryStringParameters": {
290-
"bonkers": "true"
290+
"bonkers": "true",
291+
"wild": "false"
291292
},
292293
"pathParameters": null,
293294
"stageVariables": null,
@@ -312,7 +313,7 @@ def test_handler(event, context):
312313
"X-Forwarded-Proto": "https",
313314
},
314315
"method": "GET",
315-
"query_string": {"bonkers": "true"},
316+
"query_string": "bonkers=true&wild=false",
316317
"url": "https://iwsz2c7uwi.execute-api.us-east-1.amazonaws.com/asd",
317318
}
318319

0 commit comments

Comments
 (0)