Skip to content

Commit

Permalink
test: update unit tests
Browse files Browse the repository at this point in the history
Signed-off-by: Anish Ramasekar <[email protected]>
  • Loading branch information
aramase committed Sep 8, 2023
1 parent 26e2ffd commit ce2b86d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/webhook/webhook_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1128,11 +1128,11 @@ func TestInjectProxySidecarContainer(t *testing.T) {
},
},
expectedContainers: []corev1.Container{
proxySidecarContainer,
{
Name: "my-container",
Image: "my-image",
},
proxySidecarContainer,
},
},
}
Expand Down

0 comments on commit ce2b86d

Please sign in to comment.