Skip to content

Commit e181c10

Browse files
authored
Merge pull request #158 from pcahyna/update-tests_misc
Update condition in tests_misc.yml
2 parents 025e4e6 + 80b19d0 commit e181c10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests_misc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
- name: Verify the output when resizing with large size
140140
assert:
141141
that: "blivet_output.failed and
142-
blivet_output.msg|regex_search('volume.*foo-test1.*cannot be resized from.*to.*') and
142+
blivet_output.msg|regex_search('volume.*test1.*cannot be resized to.*') and
143143
not blivet_output.changed"
144144
msg: "Unexpected behavior when resizing with large size"
145145

0 commit comments

Comments
 (0)