mirror of
https://github.com/httpie/cli.git
synced 2024-11-25 01:03:27 +01:00
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
|
||||
)
|
||||
err = p.communicate()[1]
|
||||
assert p.returncode == 0, err
|
||||
assert p.returncode == 0, err.decode('utf8')
|
||||
|
Loading…
Reference in New Issue
Block a user