Skip to content

Commit

Permalink
bug in test!
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgolec committed Jun 18, 2024
1 parent 4b9e1bb commit bd62164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/auth_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@ def test_token_too_old(
mock_file_client.token_age.return_value = 9999999999

mock_browser_client = MagicMock()
client_from_token_file.return_value = mock_browser_client
client_from_login_flow.return_value = mock_browser_client
mock_browser_client.token_age.return_value = 1

c = auth.easy_client(API_KEY, APP_SECRET, CALLBACK_URL, self.token_path)
Expand Down

0 comments on commit bd62164

Please sign in to comment.