mirror of
https://github.com/httpie/cli.git
synced 2024-11-22 07:43:20 +01:00
Undebug
This commit is contained in:
parent
ced6e33230
commit
35da44309f
@ -125,7 +125,6 @@ class HTTPieTest(BaseTestCase):
|
||||
httpbin('/post'),
|
||||
'foo=bar'
|
||||
)
|
||||
print r
|
||||
self.assertIn('HTTP/1.1 200', r)
|
||||
self.assertIn('"foo": "bar"', r)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user