Skip to content

Commit

Permalink
integration: config confirmation message changed
Browse files Browse the repository at this point in the history
Used to be "please run 'crc setup' before 'crc start'" but it now
became "...`crc setup` and start it with 'crc start'" (notice the
inconsistent quotes).
  • Loading branch information
jsliacan committed Oct 10, 2023
1 parent 3a8bbdd commit 42edf70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/podman_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var _ = Describe("podman preset", Serial, Ordered, Label("podman-preset"), func(
Describe("basic use", Serial, Ordered, func() {

It("write to config", func() {
Expect(RunCRCExpectSuccess("config", "set", "preset", "podman")).To(ContainSubstring("please run 'crc setup' before 'crc start'"))
Expect(RunCRCExpectSuccess("config", "set", "preset", "podman")).To(ContainSubstring("`crc setup` and start it with 'crc start'"))
})

It("setup CRC", func() {
Expand Down

0 comments on commit 42edf70

Please sign in to comment.