Skip to content

Commit 37ed807

Browse files
committed
fix style check
1 parent 78e59c8 commit 37ed807

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: tests/iam/test_auth.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def test_auth_from_file(mock_file):
2929
"key_id": "123",
3030
"private_key": "pppp",
3131
"iam_endpoint": "my_iam_address",
32-
"iam_channel_credentials": "my_creds"
32+
"iam_channel_credentials": "my_creds",
3333
}
3434

3535
r3 = FakeAuth.from_content(CONTENT2)
@@ -39,5 +39,5 @@ def test_auth_from_file(mock_file):
3939
"key_id": "123",
4040
"private_key": "pppp",
4141
"iam_endpoint": None,
42-
"iam_channel_credentials": None
42+
"iam_channel_credentials": None,
4343
}

0 commit comments

Comments
 (0)