We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf38ad5 commit 4209e88Copy full SHA for 4209e88
test/test_store.py
@@ -194,11 +194,11 @@ def test_store_for_cmems_credentials(self):
194
with self.assertRaises(Exception) as e:
195
CmemsDataStore(**params)
196
self.assertEqual(
197
- "CmemsDataStore needs cmems credentials to "
198
- "be provided either as "
199
- "environment variables CMEMS_USERNAME and "
200
- "CMEMS_PASSWORD, or to be "
201
- "provided as store params cmems_username and "
202
- "cmems_password",
+ "CmemsDataStore needs cmems credentials to "
+ "be provided either as "
+ "environment variables COPERNICUSMARINE_SERVICE_USERNAME and "
+ "COPERNICUSMARINE_SERVICE_PASSWORD, or to be "
+ "provided as store params cmems_username and "
+ "cmems_password",
203
f"{e.exception}",
204
)
0 commit comments