This commit is contained in:
Jakub Roztocil
2014-05-05 21:17:23 +02:00
parent 5a989b6075
commit d9eca19b8f
19 changed files with 57 additions and 57 deletions

View File

@ -12,7 +12,7 @@ class TestVerboseFlag:
assert r.count('__test__') == 2
def test_verbose_form(self):
# https://github.com/jkbr/httpie/issues/53
# https://github.com/jakubroztocil/httpie/issues/53
r = http('--verbose', '--form', 'POST', httpbin('/post'),
'A=B', 'C=D')
assert HTTP_OK in r