Skip to content

Commit

Permalink
Refactor: Fix besancon where changes to utils breaks besancon
Browse files Browse the repository at this point in the history
  • Loading branch information
nkphysics committed Mar 20, 2023
1 parent 0b3c8e3 commit a27ed43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astroquery/besancon/tests/test_besancon.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,6 @@ def test_default_params():
class MockResponseBesancon(MockResponse):

def __init__(self, content=None, url=None, headers={}, **kwargs):
super().__init__(content)
super().__init__(content=content)
self.raw = url # StringIO.StringIO(url)
self.headers = headers

0 comments on commit a27ed43

Please sign in to comment.