diff --git a/tests/integration/test_integration_all_rust.py b/tests/integration/test_integration_all_rust.py index dfebec7ef..40bbc3159 100644 --- a/tests/integration/test_integration_all_rust.py +++ b/tests/integration/test_integration_all_rust.py @@ -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: