Skip to content

Commit 67f3a90

Browse files
continue-flask-migratiion (#485)
Summary: - Migrate auth mock collection to `flask`. - Conform `Content-Type` for `aws` `JSON` with reality. - Full cpmpliment of `robot` tests contiinue to succeed.
1 parent d2544f7 commit 67f3a90

File tree

9 files changed

+393
-145
lines changed

9 files changed

+393
-145
lines changed

test/mockserver/expectations/static-auth-testing-expectations.json

Lines changed: 0 additions & 79 deletions
This file was deleted.

test/python/flask/aws/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def match_route(self, req: Request) -> dict:
187187
"template": "template_71.json",
188188
"status": 200,
189189
"response_headers": {
190-
"Content-Type": ["application/json"]
190+
"Content-Type": ["application/x-amz-json-1.0"]
191191
}
192192
}
193193
else:

0 commit comments

Comments
 (0)