Skip to content

Commit

Permalink
Update control-plane/api-gateway/gatekeeper/deployment_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancoleman authored Feb 7, 2024
1 parent f5918d8 commit 366ebec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion control-plane/api-gateway/gatekeeper/deployment_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func Test_compareDeployments(t *testing.T) {
shouldBeEqual: false,
},
{
name: "different init container resources",
name: "same init container resources",
a: &appsv1.Deployment{
Spec: appsv1.DeploymentSpec{
Template: corev1.PodTemplateSpec{
Expand Down

0 comments on commit 366ebec

Please sign in to comment.