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 b7e6f70 commit 107af7cCopy full SHA for 107af7c
astroquery/lcogt/tests/test_lcogt.py
@@ -36,7 +36,7 @@ def patch_get(request):
36
return mp
37
38
39
-def get_mockreturn(method, url, params=None, timeout=10, **kwargs):
+def get_mockreturn(method, url, params=None, timeout=10, cache=True, **kwargs):
40
filename = data_path(DATA_FILES[params['spatial']])
41
content = open(filename, 'rb').read()
42
return MockResponse(content, **kwargs)
0 commit comments