diff --git a/harp/utils/testing/benchmarking.py b/harp/utils/testing/benchmarking.py index 3b843864..a6d62481 100644 --- a/harp/utils/testing/benchmarking.py +++ b/harp/utils/testing/benchmarking.py @@ -104,7 +104,7 @@ def test_noproxy_get(self, benchmark, httpbin): def result(): return httpx.get(f"{httpbin}/get") - async def test_httpbin_get(self, benchmark, proxy): + def test_httpbin_get(self, benchmark, proxy): @benchmark def result(): return httpx.get(f"http://{proxy}/get")