Skip to content

Commit

Permalink
fix: fix unit test
Browse files Browse the repository at this point in the history
Signed-off-by: Niladri Halder <[email protected]>
  • Loading branch information
niladrih committed Dec 8, 2023
1 parent 436f23c commit d3b5187
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/migrate/cstor/cstorvolumepolicy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,13 +152,13 @@ func TestVolumeMigrator_createCVPforConfig(t *testing.T) {
Key: "key1",
Operator: v1.TolerationOpEqual,
Value: "value1",
Effect: v1.TaintEffectNoSchedule,
Effect: v1.TaintEffectNoExecute,
},
{
Key: "key1",
Operator: v1.TolerationOpEqual,
Value: "value1",
Effect: v1.TaintEffectNoExecute,
Effect: v1.TaintEffectNoSchedule,
},
},
NodeSelector: map[string]string{
Expand Down

0 comments on commit d3b5187

Please sign in to comment.