Skip to content

Commit a27295f

Browse files
chore: update systest creds and fix unit test syntax (#1210)
* chore: update systest creds * chore: fix unit test
1 parent 5a14397 commit a27295f

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

0 Bytes
Binary file not shown.

packages/google-auth/tests/oauth2/test_service_account.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ def test_refresh_with_jwt_credentials(self, make_jwt):
373373
assert credentials.valid
374374

375375
# Assert make_jwt was called
376-
assert make_jwt.called_once()
376+
assert make_jwt.call_count == 1
377377

378378
assert credentials.token == token
379379
assert credentials.expiry == expiry

0 commit comments

Comments
 (0)