We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c506b2e commit 8ac52aaCopy full SHA for 8ac52aa
tests/test_fetch.py
@@ -134,7 +134,7 @@ def test_init(mockpatch):
134
)
135
136
137
-@mock.patch("cdsapi.Client", autospec=True)
+@mock.patch("cads_api_client.legacy_api_client.LegacyApiClient", autospec=True)
138
@mock.patch("era5cli.utils.append_history", autospec=True)
139
def test_fetch_nodryrun(cds, era5cli_utilsappend_history):
140
"""Test fetch function of Fetch class."""
0 commit comments