diff --git a/tests/handler_async_test.py b/tests/handler_async_test.py index 21ce6de..0de97e2 100644 --- a/tests/handler_async_test.py +++ b/tests/handler_async_test.py @@ -181,7 +181,7 @@ async def test_get_batch_details_total_timeout(batch_size): # BOGON TESTS ############# - +@pytest.mark.asyncio async def test_bogon_details(): token = os.environ.get("IPINFO_TOKEN", "") handler = AsyncHandler(token)