From 01eaf6e0f94e9346835503f20257b61a28608f42 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 75b9ec613..a72506229 100644 --- a/router/qrouter/proxy_routing_test.go +++ b/router/qrouter/proxy_routing_test.go @@ -1413,7 +1413,3 @@ func TestMiscRouting(t *testing.T) { } } } - -func TestSimple(t *testing.T) { - -}