Skip to content

Commit 2087b0c

Browse files
volodymyrssbsipocz
authored andcommitted
a comment
1 parent 6ba101e commit 2087b0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/heasarc/tests/parametrization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def get_mockreturn(session, method, url, params=None, timeout=10, **kwargs):
5757

5858

5959
def save_response_of_get(session, method, url, params=None, timeout=10, **kwargs):
60-
60+
# _original_request is a monkeypatch-added attribute in patch_get
6161
text = requests.Session._original_request(
6262
session, method, url, params=params, timeout=timeout
6363
).text

0 commit comments

Comments
 (0)