Skip to content

Commit

Permalink
Merge pull request #158 from pcahyna/update-tests_misc
Browse files Browse the repository at this point in the history
Update condition in tests_misc.yml
  • Loading branch information
pcahyna authored Aug 21, 2020
2 parents 025e4e6 + 80b19d0 commit e181c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests_misc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
- name: Verify the output when resizing with large size
assert:
that: "blivet_output.failed and
blivet_output.msg|regex_search('volume.*foo-test1.*cannot be resized from.*to.*') and
blivet_output.msg|regex_search('volume.*test1.*cannot be resized to.*') and
not blivet_output.changed"
msg: "Unexpected behavior when resizing with large size"

Expand Down

0 comments on commit e181c10

Please sign in to comment.