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