Skip to content

Commit

Permalink
ci: fix tests-installer test
Browse files Browse the repository at this point in the history
Signed-off-by: Loic Devulder <ldevulder@suse.com>
  • Loading branch information
ldevulder committed May 24, 2022
1 parent c596018 commit 3b06726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/install/install_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ rancheros:
ContainSubstring("Unmounting disk partitions"),
ContainSubstring("Mounting disk partitions"),
ContainSubstring("Finished copying COS_PASSIVE"),
ContainSubstring("Unpacking docker image: "+containerImage),
ContainSubstring("Unpacking a container image: "+containerImage),
ContainSubstring("Grub install to device /dev/sda complete"),
), out)
Expect(err).ToNot(HaveOccurred())
Expand Down

0 comments on commit 3b06726

Please sign in to comment.