Skip to content

Commit

Permalink
fixup! add functional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSirenko committed Jul 31, 2024
1 parent c52bbf8 commit e8c5fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controllers/node/termination/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@ var _ = Describe("Termination", func() {
OwnerReferences: defaultOwnerRefs,
},
Tolerations: []corev1.Toleration{{
Key: v1.DisruptionTaintKey,
Key: v1.DisruptedTaintKey,
Operator: corev1.TolerationOpExists,
}},
PersistentVolumeClaims: []string{pvc.Name},
Expand Down

0 comments on commit e8c5fe7

Please sign in to comment.