Skip to content

Commit 333b784

Browse files
committed
black
1 parent c01bdc8 commit 333b784

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

core/tests/core/test_auth.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -199,16 +199,16 @@ def mockreturn():
199199
assert auth.auth_method is None
200200

201201
@pytest.mark.parametrize(
202-
"credentials_file_json_fixture", [
202+
"credentials_file_json_fixture",
203+
[
203204
("credentials_file_json_with_unused_arguments"),
204-
("credentials_file_json"),
205-
]
205+
("credentials_file_json"),
206+
],
206207
)
207208
def test_valid_credentials_file_is_parsed(
208209
self, request, credentials_file_json_fixture, service_account_key_file_json, private_key_file
209210
):
210-
credentials_file_json = request.getfixturevalue(
211-
credentials_file_json_fixture)
211+
credentials_file_json = request.getfixturevalue(credentials_file_json_fixture)
212212

213213
with patch(
214214
"builtins.open",

0 commit comments

Comments
 (0)