Skip to content

Commit

Permalink
Update test_async.py
Browse files Browse the repository at this point in the history
  • Loading branch information
v1r3n committed Dec 3, 2023
1 parent be48b6e commit a6fcab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/client/test_async.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ def test_async_method(api_client: ApiClient):
thread = metadata_client.get_task_def(
async_req=True, tasktype='python_integration_test_task')
thread.wait()
assert thread.get() != None
assert thread.get() is not None

0 comments on commit a6fcab0

Please sign in to comment.