From 76fe42aae080ac02a996abf5aad3f79e9a66bcdf Mon Sep 17 00:00:00 2001 From: Conrad Ludgate Date: Thu, 11 Jan 2024 13:36:19 +0000 Subject: [PATCH] ruffff --- test_runner/regress/test_proxy.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test_runner/regress/test_proxy.py b/test_runner/regress/test_proxy.py index 7735f00e05..890e7139b5 100644 --- a/test_runner/regress/test_proxy.py +++ b/test_runner/regress/test_proxy.py @@ -501,6 +501,7 @@ def test_sql_over_http_pool_custom_types(static_proxy: NeonProxy): ) assert response["rows"][0]["data"] == ["foo", "bar", "baz"] + def test_sql_over_http_different_endpoint(static_proxy: NeonProxy): static_proxy.safe_psql("create role http with login password 'http' superuser")