From 9a5b45bc6d23004fe7fb84683b85ff930bafcfc6 Mon Sep 17 00:00:00 2001 From: Caleb Doxsey Date: Tue, 9 Apr 2024 06:43:58 -0600 Subject: [PATCH] typo --- config/envoyconfig/listeners_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/envoyconfig/listeners_test.go b/config/envoyconfig/listeners_test.go index 6e4c1ea97..b97233928 100644 --- a/config/envoyconfig/listeners_test.go +++ b/config/envoyconfig/listeners_test.go @@ -71,7 +71,7 @@ func TestBuildListeners(t *testing.T) { for _, li := range lis { hasGRPC = hasGRPC || li.Name == "grpc-ingress" } - assert.False(t, hasGRPC, "expected grpc-ingress to be disable when grpc address is set to the empty string") + assert.False(t, hasGRPC, "expected grpc-ingress to be disabled when grpc address is set to the empty string") }) }