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 78e59c8 commit 37ed807Copy full SHA for 37ed807
tests/iam/test_auth.py
@@ -29,7 +29,7 @@ def test_auth_from_file(mock_file):
29
"key_id": "123",
30
"private_key": "pppp",
31
"iam_endpoint": "my_iam_address",
32
- "iam_channel_credentials": "my_creds"
+ "iam_channel_credentials": "my_creds",
33
}
34
35
r3 = FakeAuth.from_content(CONTENT2)
@@ -39,5 +39,5 @@ def test_auth_from_file(mock_file):
39
40
41
"iam_endpoint": None,
42
- "iam_channel_credentials": None
+ "iam_channel_credentials": None,
43
0 commit comments