We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 188a08d commit e44c0c1Copy full SHA for e44c0c1
tests/test_pytest_mpl.py
@@ -343,7 +343,7 @@ def test_hash_fail_hybrid(tmpdir):
343
output = assert_pytest_fails_with(['--mpl', test_file,
344
rf'--mpl-baseline-path={hash_baseline_dir_abs / "succeed"}'],
345
"doesn't match hash FAIL in library")
346
- assert "However, the comparison to the baseline image succeeded." in output, output
+ assert "The comparison to the baseline image succeeded." in output, output
347
348
# If we don't use --mpl option, the test should succeed
349
code = call_pytest([test_file])
0 commit comments