Skip to content

Commit

Permalink
Fixed tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbrzt committed Jul 21, 2012
1 parent 87042f6 commit ced6e33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion httpie/output.py
Expand Up @@ -144,7 +144,6 @@ def process_body(self, content, content_type):


class OutputProcessor(object):
"""."""

installed_processors = [
JSONProcessor,
Expand Down
4 changes: 3 additions & 1 deletion tests/tests.py
@@ -1,4 +1,6 @@
""" -*- coding: utf-8 -*-
# coding=utf8
"""
Many of the test cases here use httpbin.org.
To make it run faster and offline you can::
Expand Down

0 comments on commit ced6e33

Please sign in to comment.