Skip to content

Commit

Permalink
added missing decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
abu-usama committed Sep 13, 2023
1 parent 02f5144 commit f0f17b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/handler_async_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f0f17b6

Please sign in to comment.