mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-04 02:18:42 +02:00
typo
This commit is contained in:
parent
f160d6160f
commit
9a5b45bc6d
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ func TestBuildListeners(t *testing.T) {
|
||||||
for _, li := range lis {
|
for _, li := range lis {
|
||||||
hasGRPC = hasGRPC || li.Name == "grpc-ingress"
|
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")
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue