diff --git a/tests/test_commcare_hq_client.py b/tests/test_commcare_hq_client.py index 6dcc07e0..464e49ba 100644 --- a/tests/test_commcare_hq_client.py +++ b/tests/test_commcare_hq_client.py @@ -9,7 +9,7 @@ from commcare_export.commcare_hq_client import CommCareHqClient class FakeSession(object): - def get(self, resource_url, params=None): + def get(self, resource_url, params=None, auth=None): if params: result = { 'meta': { 'next': None, 'offset': params['offset'][0], 'limit': 1, 'total_count': 2 },