Skip to content

Commit

Permalink
update to disconnct for client
Browse files Browse the repository at this point in the history
  • Loading branch information
taddes committed Apr 8, 2024
1 parent e36cd32 commit 6356666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_integration_all_rust.py
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ async def test_sentry_output_autoconnect(self):
await client.connect()
await client.hello()
await client.send_bad_data()
await self.shut_down(client)
await client.disconnect()

# LogCheck does throw an error every time
async with httpx.AsyncClient() as httpx_client:
Expand Down

0 comments on commit 6356666

Please sign in to comment.