Skip to content

Commit

Permalink
Fixed tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbrzt committed Jul 23, 2012
1 parent 0572158 commit fba3912
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/tests.py 100644 → 100755
Expand Up @@ -21,6 +21,7 @@
import tempfile
import unittest
import argparse
import requests
from requests.compat import is_py26, is_py3, str


Expand Down Expand Up @@ -714,7 +715,7 @@ def test_guess_when_method_set_but_invalid_and_item_exists(self):
])


class FakeResponse(Response):
class FakeResponse(requests.Response):

class Mock(object):

Expand Down

0 comments on commit fba3912

Please sign in to comment.