Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
agouin committed Oct 25, 2023
1 parent 4f75d30 commit e294308
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/fullnode/pod_control_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,7 @@ func recalculatePodRevision(pod *corev1.Pod, ordinal int) {
func newPodWithNewImage(pod *corev1.Pod) {
pod.DeletionTimestamp = nil
pod.Spec.Containers[0].Image = "new-image"
pod.Spec.InitContainers[1].Image = "new-image"
}

func deletedPod(pod *corev1.Pod) {
Expand Down

0 comments on commit e294308

Please sign in to comment.