Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
snopoke committed Apr 7, 2014
1 parent 832202f commit ce63621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_commcare_hq_client.py
Expand Up @@ -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 },
Expand Down

0 comments on commit ce63621

Please sign in to comment.