forked from extern/httpie-cli
Fixed test_rst_file_syntax error message
This commit is contained in:
parent
2d9414d34c
commit
5bdf4a3bae
@ -36,4 +36,4 @@ def test_rst_file_syntax(filename):
|
|||||||
stdout=subprocess.PIPE
|
stdout=subprocess.PIPE
|
||||||
)
|
)
|
||||||
err = p.communicate()[1]
|
err = p.communicate()[1]
|
||||||
assert p.returncode == 0, err
|
assert p.returncode == 0, err.decode('utf8')
|
||||||
|
Loading…
Reference in New Issue
Block a user