mirror of
https://github.com/kkroening/ffmpeg-python.git
synced 2025-04-05 04:22:51 +08:00
Fix string type inconsistency error in ffprobe test
This commit is contained in:
parent
87a168a063
commit
4927bbeea9
@ -366,4 +366,4 @@ def test_ffprobe_exception():
|
||||
with pytest.raises(ffmpeg.ProbeException) as excinfo:
|
||||
ffmpeg.probe(BOGUS_INPUT_FILE)
|
||||
assert str(excinfo.value) == 'ffprobe error'
|
||||
assert 'No such file or directory' in excinfo.value.stderr_output
|
||||
assert b'No such file or directory' in excinfo.value.stderr_output
|
||||
|
Loading…
x
Reference in New Issue
Block a user