We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 127180b commit ac47d39Copy full SHA for ac47d39
internal/controller/state/graph/gateway_test.go
@@ -2013,7 +2013,7 @@ func TestGateway_BackendTLSConfig(t *testing.T) {
2013
refGrants: map[types.NamespacedName]*v1beta1.ReferenceGrant{
2014
{Namespace: "diff-ns", Name: "allow-secret-diff-ns"}: {
2015
ObjectMeta: metav1.ObjectMeta{
2016
- Namespace: "test-gateway",
+ Namespace: "diff-ns",
2017
Name: "allow-secret-diff-ns",
2018
},
2019
Spec: v1beta1.ReferenceGrantSpec{
0 commit comments