Skip to content

Commit

Permalink
Linter
Browse files Browse the repository at this point in the history
Signed-off-by: Elena Kolevska <elena@kolevska.com>
  • Loading branch information
elena-kolevska committed Feb 8, 2024
1 parent 8bcec71 commit 3a208a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/clients/test_health_decorator.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ async def async_test_function():
return 'Async function executed'

async def run_test():
with self.assertRaises(TimeoutError) as context:
with self.assertRaises(TimeoutError):
await async_test_function()

asyncio.run(run_test())
Expand Down

0 comments on commit 3a208a2

Please sign in to comment.