1
0
mirror of https://github.com/httpie/cli.git synced 2025-12-24 00:31:09 +02:00

Refactor --compress tests

This commit is contained in:
Jakub Roztocil
2019-08-29 11:46:08 +02:00
parent 5ec954c03d
commit a4d8f1f22e
4 changed files with 112 additions and 37 deletions

View File

@@ -108,7 +108,7 @@ class StrCLIResponse(str, BaseCLIResponse):
def json(self):
"""
Return deserialized JSON body, if one included in the output
and is parseable.
and is parsable.
"""
if not hasattr(self, '_json'):