Skip to content

Commit cffc701

Browse files
add accidentally commented test
1 parent 49fedf1 commit cffc701

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

tests/integration/ambient/baseline_test.go

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -985,16 +985,16 @@ func TestAuthorizationL4(t *testing.T) {
985985
principals: ["cluster.local/ns/{{.Namespace}}/sa/{{.Source}}", "cluster.local/ns/{{.Namespace}}/sa/{{.WaypointName}}"]
986986
`,
987987
},
988-
// {
989-
// name: "not allow",
990-
// check: CheckDeny,
991-
// spec: `
992-
// rules:
993-
// - from:
994-
// - source:
995-
// principals: ["cluster.local/ns/something/sa/else"]
996-
// `,
997-
// },
988+
{
989+
name: "not allow",
990+
check: CheckDeny,
991+
spec: `
992+
rules:
993+
- from:
994+
- source:
995+
principals: ["cluster.local/ns/something/sa/else"]
996+
`,
997+
},
998998
}
999999

10001000
for _, tc := range authzCases {

0 commit comments

Comments
 (0)