mirror of
https://github.com/httpie/cli.git
synced 2025-08-14 17:58:52 +02:00
Cleanup tests
This commit is contained in:
@ -154,7 +154,7 @@ class TestQuerystring:
|
||||
assert '"url": "%s"' % url in r
|
||||
|
||||
|
||||
class TestURLshorthand:
|
||||
class TestLocalhostShorthand:
|
||||
def test_expand_localhost_shorthand(self):
|
||||
args = parser.parse_args(args=[':'], env=TestEnvironment())
|
||||
assert args.url == 'http://localhost'
|
||||
|
Reference in New Issue
Block a user