Skip to content

Commit

Permalink
chore: update systest creds and fix unit test syntax (#1210)
Browse files Browse the repository at this point in the history
* chore: update systest creds

* chore: fix unit test
  • Loading branch information
arithmetic1728 committed Jan 9, 2023
1 parent 6e4f858 commit 9e584e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified system_tests/secrets.tar.enc
Binary file not shown.
2 changes: 1 addition & 1 deletion tests/oauth2/test_service_account.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ def test_refresh_with_jwt_credentials(self, make_jwt):
assert credentials.valid

# Assert make_jwt was called
assert make_jwt.called_once()
assert make_jwt.call_count == 1

assert credentials.token == token
assert credentials.expiry == expiry
Expand Down

0 comments on commit 9e584e5

Please sign in to comment.