Skip to content

Commit ac47d39

Browse files
committed
update unit tests
1 parent 127180b commit ac47d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/controller/state/graph/gateway_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2013,7 +2013,7 @@ func TestGateway_BackendTLSConfig(t *testing.T) {
20132013
refGrants: map[types.NamespacedName]*v1beta1.ReferenceGrant{
20142014
{Namespace: "diff-ns", Name: "allow-secret-diff-ns"}: {
20152015
ObjectMeta: metav1.ObjectMeta{
2016-
Namespace: "test-gateway",
2016+
Namespace: "diff-ns",
20172017
Name: "allow-secret-diff-ns",
20182018
},
20192019
Spec: v1beta1.ReferenceGrantSpec{

0 commit comments

Comments
 (0)