Skip to content

Commit 2b10e98

Browse files
author
marqh
authored
Update test_cdl.py
1 parent 585c9c7 commit 2b10e98

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/bald/tests/integration/test_cdl.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ def test_grid_OISST_GHRSST(self):
6565
validation = bald.validate_netcdf(tfile, cache=self.acache)
6666
exns = validation.exceptions()
6767
exns.sort()
68-
expected = ['http://www.ncdc.noaa.gov/sst is not resolving as a resource (404).',
68+
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).',
6970
'http://www.ncdc.noaa.gov/sst/ is not resolving as a resource (404).']
7071
expected.sort()
7172
self.assertTrue(not validation.is_valid() and exns == expected,

0 commit comments

Comments
 (0)