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 50cf2dd commit cc6cfefCopy full SHA for cc6cfef
tests/management/test_jwt.py
@@ -69,6 +69,7 @@ def test_update_jwt(self):
69
timeout=DEFAULT_TIMEOUT_SECONDS,
70
)
71
72
+ # Test success flow without refresh duration
73
with patch("requests.post") as mock_post:
74
network_resp = mock.Mock()
75
network_resp.ok = True
0 commit comments