We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8005c31 commit 79fcbb2Copy full SHA for 79fcbb2
tests/webservices_test.py
@@ -147,7 +147,6 @@ def test_weird_body_error(self):
147
'specify code or error keys'):
148
self.client.country('1.2.3.8')
149
150
- @httpretty.activate
151
def test_bad_body_error(self):
152
httpretty.register_uri(httpretty.GET,
153
self.base_uri + 'country/' + '1.2.3.9',
@@ -159,7 +158,6 @@ def test_bad_body_error(self):
159
158
):
160
self.client.country('1.2.3.9')
161
162
163
164
165
0 commit comments