You've already forked httpie-cli
mirror of
https://github.com/httpie/cli.git
synced 2025-08-10 22:42:05 +02:00
Fixed test_rst_file_syntax error message
This commit is contained in:
@@ -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')
|
||||
|
Reference in New Issue
Block a user