We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c82386 commit 55c8c07Copy full SHA for 55c8c07
tests/test_pytest_mpl.py
@@ -333,7 +333,7 @@ def test_hash_fail_hybrid(tmpdir):
333
output = assert_pytest_fails_with(['--mpl', test_file,
334
rf'--mpl-baseline-path={hash_baseline_dir_abs / "fail"}'],
335
expected)
336
- assert "Error: Image files did not match." in output, output
+ assert "Failed! Image files did not match." in output, output
337
338
# Assert reports missing baseline image
339
0 commit comments