From 07ebca6f6de11f4baa2f1d4b164e6b5f395ea3c3 Mon Sep 17 00:00:00 2001 From: Yury Frolov Date: Thu, 25 Apr 2024 15:41:48 +0500 Subject: [PATCH] Removed redundant test in proxy_routing_test.go --- router/qrouter/proxy_routing_test.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/router/qrouter/proxy_routing_test.go b/router/qrouter/proxy_routing_test.go index d59483b70..032210cff 100644 --- a/router/qrouter/proxy_routing_test.go +++ b/router/qrouter/proxy_routing_test.go @@ -1395,7 +1395,3 @@ func TestMiscRouting(t *testing.T) { } } } - -func TestSimple(t *testing.T) { - -}