Skip to content

Commit b637331

Browse files
committed
removed mocker decorator from basic_test.py to fix travis python 3.x build issues
1 parent 8d47474 commit b637331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/basic_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def test_load_logsearch_with_invalid_region():
144144
assert str(excinfo.value) == "Unrecognised region 'FR' valid regions are [EU, US, CA, AU]"
145145

146146

147-
def test_simple_query_when_lerest_returns_202_continuation(m):
147+
def test_simple_query_when_lerest_returns_202_continuation():
148148
with requests_mock.Mocker() as m:
149149
m.get(__API_KEY_URL,
150150
request_headers=__API_KEY_HEADER,

0 commit comments

Comments
 (0)