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 0caa850 commit 5240aa1Copy full SHA for 5240aa1
tests/test_api.py
@@ -66,7 +66,7 @@ def test_create_delete_session():
66
67
session = client.terminate_session(session.id)
68
69
- while session.status is "stopping":
+ while session.status == "stopping":
70
session = client.get_session(session.id)
71
time.sleep(3)
72
0 commit comments