Skip to content

Commit

Permalink
Merge pull request #2324 from AkashKanni/fix-67057
Browse files Browse the repository at this point in the history
OCM-10175 | test: fix id:67057
  • Loading branch information
openshift-merge-bot[bot] authored Aug 7, 2024
2 parents 72a80f9 + 857fad9 commit 4bdf14f
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 4bdf14f

Please sign in to comment.