We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 138a912 commit 7610b3dCopy full SHA for 7610b3d
tests/unit/test_auth.py
@@ -172,7 +172,7 @@ def test_get_token_with_client_secret_with_wrong_secret(post):
172
e.match("Invalid client id or secret")
173
174
175
-@mock.patch("sasctl.core.Session.read_cached_token")
+@mock.patch("sasctl.core.Session._read_token_cache")
176
@mock.patch("sasctl.core.Session._prompt_for_auth_code")
177
@mock.patch("sasctl.core.requests.Session.post")
178
def test_get_token_with_auth_code_success(post, prompt, token_cache):
0 commit comments