Skip to content

Commit

Permalink
fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
sseidman committed Feb 23, 2023
1 parent 77f691b commit 8ca9d37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions controllers/secrets-webhook/secretswebhook_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
"sigs.k8s.io/controller-runtime/pkg/webhook/admission"
)

func TestHandleSinceSecretSuccess(t *testing.T) {
func TestHandleInjectSecretSuccess(t *testing.T) {
p := setupSecretsInjector(t)

pod := &corev1.Pod{
Expand Down Expand Up @@ -47,7 +47,7 @@ func TestHandleSinceSecretSuccess(t *testing.T) {
assert.Equal(t, resp.Patches[1].Path, "/spec/containers/0/volumeMounts")
}

func TestHandleSinceSecretNoPatch(t *testing.T) {
func TestHandleInjectSecretNoPatch(t *testing.T) {
p := setupSecretsInjector(t)

pod := &corev1.Pod{
Expand Down

0 comments on commit 8ca9d37

Please sign in to comment.