mirror of
https://github.com/httpie/cli.git
synced 2025-08-14 07:38:48 +02:00
Updated links II.
This commit is contained in:
@ -18,7 +18,7 @@ class TestHTTPie:
|
||||
def test_help(self):
|
||||
r = http('--help', error_exit_ok=True)
|
||||
assert r.exit_status == httpie.ExitStatus.OK
|
||||
assert 'https://github.com/jakubroztocil/httpie/issues' in r
|
||||
assert 'https://github.com/jkbrzt/httpie/issues' in r
|
||||
|
||||
def test_version(self):
|
||||
r = http('--version', error_exit_ok=True)
|
||||
|
Reference in New Issue
Block a user