Skip to content

Commit 395d38d

Browse files
committed
Refactor: Fix sdss where changes to utils breaks sdss
1 parent 87fb8f1 commit 395d38d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/sdss/tests/test_sdss.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def mockreturn(method, url, **kwargs):
4444
with open(filename, 'rb') as infile:
4545
content = infile.read()
4646

47-
return MockResponse(content, url)
47+
return MockResponse(content=content, url=url)
4848

4949
mp = request.getfixturevalue("monkeypatch")
5050

0 commit comments

Comments
 (0)