Skip to content

Commit a28a830

Browse files
kevinbackhousekmilos
authored andcommitted
Fix test failure. Expected error message was wrong. It should be "Failed to read image data".
1 parent 82a05c8 commit a28a830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bugfixes/github/test_issue_ghsa_496f_x7cq_cq39.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ class EpsImageDeleteSegV(metaclass=CaseMeta):
1515
stdout = [""]
1616
stderr = [
1717
"""$exception_in_erase """ + filename + """:
18-
$kerCorruptedMetadata
18+
$kerFailedToReadImageData
1919
"""]
2020
retval = [1]

0 commit comments

Comments
 (0)