Skip to content

Commit 107af7c

Browse files
committed
fix tests: need to catch the cache keyword
1 parent b7e6f70 commit 107af7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/lcogt/tests/test_lcogt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def patch_get(request):
3636
return mp
3737

3838

39-
def get_mockreturn(method, url, params=None, timeout=10, **kwargs):
39+
def get_mockreturn(method, url, params=None, timeout=10, cache=True, **kwargs):
4040
filename = data_path(DATA_FILES[params['spatial']])
4141
content = open(filename, 'rb').read()
4242
return MockResponse(content, **kwargs)

0 commit comments

Comments
 (0)