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 5d85f32 commit 6d89186Copy full SHA for 6d89186
tests/integrations/aws_lambda/test_aws.py
@@ -287,7 +287,8 @@ def test_handler(event, context):
287
"X-Forwarded-Proto": "https"
288
},
289
"queryStringParameters": {
290
- "bonkers": "true"
+ "bonkers": "true",
291
+ "wild": "false"
292
293
"pathParameters": null,
294
"stageVariables": null,
@@ -312,7 +313,7 @@ def test_handler(event, context):
312
313
"X-Forwarded-Proto": "https",
314
315
"method": "GET",
- "query_string": {"bonkers": "true"},
316
+ "query_string": "bonkers=true&wild=false",
317
"url": "https://iwsz2c7uwi.execute-api.us-east-1.amazonaws.com/asd",
318
}
319
0 commit comments