Skip to content

Commit

Permalink
Update tests/controller/controller_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
Signed-off-by: Aaron Choo <achoo30@bloomberg.net>
  • Loading branch information
aabchoo and mathetake authored Feb 21, 2025
1 parent 108e667 commit d7d4023
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/controller/controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -510,16 +510,6 @@ func TestBackendSecurityPolicyController(t *testing.T) {
}()

const backendSecurityPolicyName, backendSecurityPolicyNamespace = "bsp", "default"
require.NoError(t, c.Create(t.Context(), &corev1.Secret{
ObjectMeta: metav1.ObjectMeta{
Name: "secret",
Namespace: backendSecurityPolicyNamespace,
},
Immutable: nil,
Data: map[string][]byte{
"apiKey": []byte("apiKey"),
},
}))

originals := []*aigv1a1.AIServiceBackend{
{
Expand Down

0 comments on commit d7d4023

Please sign in to comment.