Skip to content

Commit

Permalink
OCM-10175 | test: fix id:67057
Browse files Browse the repository at this point in the history
  • Loading branch information
AkashKanni committed Aug 6, 2024
1 parent df3355c commit 857fad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/test_rosacli_machine_pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@ var _ = Describe("Create machinepool",
)
Expect(err).To(HaveOccurred())
Expect(output.String()).Should(
ContainSubstring("Unrecognized taint effect 'Invalid'," +
ContainSubstring("Invalid taint effect 'Invalid'," +
" only the following effects are supported: 'NoExecute', 'NoSchedule', 'PreferNoSchedule'"))

})
Expand Down

0 comments on commit 857fad9

Please sign in to comment.