Skip to content

Commit

Permalink
Update test_credentials.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SamRemis committed Feb 12, 2024
1 parent 0b228e5 commit 1f6c649
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit/test_credentials.py
Original file line number Diff line number Diff line change
Expand Up @@ -3199,7 +3199,6 @@ def test_reloads_auth_token_from_file(self):
time.sleep(3)
with open(token_file_path, 'w') as token_file:
token_file.write('Second auth token')
provider = credentials.ContainerProvider(environ, fetcher)
provider.load()
fetcher.retrieve_full_uri.assert_called_with(
'http://localhost/foo',
Expand Down

0 comments on commit 1f6c649

Please sign in to comment.