Skip to content

Commit fe1c4c7

Browse files
volodymyrssbsipocz
authored andcommitted
modified doc string
1 parent d051092 commit fe1c4c7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

astroquery/heasarc/tests/parametrization.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@ def save_response_of_get(session, method, url, params=None, timeout=10, **kwargs
7878
@pytest.fixture(autouse=True)
7979
def patch_get(request):
8080
"""
81-
If mode is not remote, patch `requests.Session` such that all `request`s will
82-
return either a saved response or a locally defined get_mockreturn.
81+
If the mode is not remote, patch `requests.Session` to either return saved local data or run save data new local data
8382
"""
8483
mode = request.param
8584
mp = request.getfixturevalue("monkeypatch")

0 commit comments

Comments
 (0)