commit | d80c85f285ae1a44ddc5a5d94a66e065a79f6d19 | [log] [tgz] |
---|---|---|
author | arithmetic1728 <58957152+arithmetic1728@users.noreply.github.com> | Mon Mar 08 13:35:44 2021 -0800 |
committer | GitHub <noreply@github.com> | Mon Mar 08 13:35:44 2021 -0800 |
tree | 0cdea1b15835f1acbe297d1a7ccc8d3fb4ee26e4 | |
parent | d7c63008282420e5395095dd69da25d473ee6522 [diff] [blame] |
fix: fix unit tests so they can work in g3 (#714) * fix: mock not working well with g3 test * update * update
diff --git a/tests/test_iam.py b/tests/test_iam.py index fbd3e41..382713b 100644 --- a/tests/test_iam.py +++ b/tests/test_iam.py
@@ -89,7 +89,7 @@ returned_signature = signer.sign("123") assert returned_signature == signature - kwargs = request.call_args.kwargs + kwargs = request.call_args[1] assert kwargs["headers"]["Content-Type"] == "application/json" def test_sign_bytes_failure(self):