You've already forked httpie-cli
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:
@@ -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'):
|
||||
|
||||
Reference in New Issue
Block a user