Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: pingjiang <xiangpingjiang1998@gmail.com>
  • Loading branch information
xiangpingjiang committed Jul 28, 2023
1 parent 2babf9f commit c160ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/control/sidecarcontrol/util_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ func TestUpdatePodSidecarSetHashState(t *testing.T) {
},
},
{
name: "sidecarConatiner inplaceUpdate, not ready",
name: "sidecarConatiner inplaceUpdate, ready",

Check warning on line 482 in pkg/control/sidecarcontrol/util_test.go

View workflow job for this annotation

GitHub Actions / Spell Check with Typos

"Conatiner" should be "Container".
getPod: func() *corev1.Pod {
pod := podDemo.DeepCopy()
pod.Annotations[SidecarSetHashAnnotation] = `{"test-sidecarset":{"hash":"aaa"}}`
Expand Down

0 comments on commit c160ae1

Please sign in to comment.