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 585c9c7 commit 2b10e98Copy full SHA for 2b10e98
lib/bald/tests/integration/test_cdl.py
@@ -65,7 +65,8 @@ def test_grid_OISST_GHRSST(self):
65
validation = bald.validate_netcdf(tfile, cache=self.acache)
66
exns = validation.exceptions()
67
exns.sort()
68
- expected = ['http://www.ncdc.noaa.gov/sst is not resolving as a resource (404).',
+ expected = ['http://doi.org/10.7289/V5SQ8XB5 is not resolving as a resource (404).',
69
+ 'http://www.ncdc.noaa.gov/sst is not resolving as a resource (404).',
70
'http://www.ncdc.noaa.gov/sst/ is not resolving as a resource (404).']
71
expected.sort()
72
self.assertTrue(not validation.is_valid() and exns == expected,
0 commit comments