def test_health_check_direct(loop): class Settings: pass asyncio.set_event_loop(loop) assert check_health(Settings) == 1
def test_health_check_direct(loop): class Settings: pass assert check_health(Settings) == 1