Skip to content

Commit cc6cfef

Browse files
committed
update test
1 parent 50cf2dd commit cc6cfef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/management/test_jwt.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ def test_update_jwt(self):
6969
timeout=DEFAULT_TIMEOUT_SECONDS,
7070
)
7171

72+
# Test success flow without refresh duration
7273
with patch("requests.post") as mock_post:
7374
network_resp = mock.Mock()
7475
network_resp.ok = True

0 commit comments

Comments
 (0)