Skip to content

Commit 84392d4

Browse files
committed
fix(test): remove outdated test case
1 parent 471ec54 commit 84392d4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

api/v1alpha1/simpleproxyclient_webhook_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ var _ = Describe("SimpleProxyClient Webhook", func() {
3333
old := &SimpleProxyClient{Spec: oldSpec}
3434
Expect(spc.ValidateUpdate(old)).Error().Should(HaveOccurred())
3535
},
36-
Entry("When Realm is changed", SimpleProxyClientSpec{RedirectUris: []string{"http://localhost1"}, SecretName: "test1"}),
3736
Entry("When RedirectUris is changed", SimpleProxyClientSpec{RedirectUris: []string{"http://localhost2"}, SecretName: "test1"}),
3837
Entry("When TargetSecret is changed", SimpleProxyClientSpec{RedirectUris: []string{"http://localhost1"}, SecretName: "test2"}),
3938
)

0 commit comments

Comments
 (0)