Skip to content

Commit b9797ec

Browse files
committed
remove duplicate channel name admission test
Signed-off-by: everettraven <[email protected]>
1 parent 61417d9 commit b9797ec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/controllers/clusterextension_admission_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,6 @@ func TestClusterExtensionAdmissionChannel(t *testing.T) {
249249
{"starts with period", ".start-with-period", regexMismatchError},
250250
{"ends with period", "end-with-period.", regexMismatchError},
251251
{"contains underscore", "some_thing", regexMismatchError},
252-
{"starts with dot", ".some.thing", regexMismatchError},
253252
{"multiple sequential separators", "a.-b", regexMismatchError},
254253
}
255254

0 commit comments

Comments
 (0)