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 c12d20a commit 39d4c8fCopy full SHA for 39d4c8f
astroquery/simbad/tests/test_simbad.py
@@ -38,7 +38,7 @@
38
class MockResponseSimbad(MockResponse):
39
query_regex = re.compile(r'query\s+([a-z]+)\s+')
40
41
- def __init__(self, script, cache=True, **kwargs):
+ def __init__(self, script, cache=False, **kwargs):
42
# preserve, e.g., headers
43
super(MockResponseSimbad, self).__init__(**kwargs)
44
self.content = self.get_content(script)
0 commit comments