This commit is contained in:
Caleb Doxsey 2024-04-09 06:43:58 -06:00
parent f160d6160f
commit 9a5b45bc6d

View file

@ -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")
})
}