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 87a168a commit 4927bbeCopy full SHA for 4927bbe
ffmpeg/tests/test_ffmpeg.py
@@ -366,4 +366,4 @@ def test_ffprobe_exception():
366
with pytest.raises(ffmpeg.ProbeException) as excinfo:
367
ffmpeg.probe(BOGUS_INPUT_FILE)
368
assert str(excinfo.value) == 'ffprobe error'
369
- assert 'No such file or directory' in excinfo.value.stderr_output
+ assert b'No such file or directory' in excinfo.value.stderr_output
0 commit comments