Skip to content

Commit f0f17b6

Browse files
committed
added missing decorator
1 parent 02f5144 commit f0f17b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/handler_async_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ async def test_get_batch_details_total_timeout(batch_size):
181181
# BOGON TESTS
182182
#############
183183

184-
184+
@pytest.mark.asyncio
185185
async def test_bogon_details():
186186
token = os.environ.get("IPINFO_TOKEN", "")
187187
handler = AsyncHandler(token)

0 commit comments

Comments
 (0)