Skip to content

Commit

Permalink
Add more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Oct 12, 2023
1 parent 2042520 commit 291eff5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/aio/test_async_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ async def test_launch_uuid_usage(launch_uuid, method, params):
aio_client.start_launch.return_value = started_launch_uuid
client = AsyncRPClient('http://endpoint', 'project', api_key='api_key',
client=aio_client, launch_uuid=launch_uuid, log_batch_size=1)

actual_launch_uuid = await client.start_launch('Test Launch', timestamp())
await getattr(client, method)(*params)

Expand Down

0 comments on commit 291eff5

Please sign in to comment.