Skip to content

Commit fcce72f

Browse files
committed
updating OISST test
1 parent 2857d4f commit fcce72f

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
@@ -64,7 +64,8 @@ def test_grid_OISST_GHRSST(self):
6464
validation = bald.validate_netcdf(tfile)
6565
exns = validation.exceptions()
6666
exns.sort()
67-
expected = ['http://www.ncdc.noaa.gov/sst is not resolving as a resource (404).',
67+
expected = ['http://doi.org/10.7289/V5SQ8XB5 is not resolving as a resource (404).',
68+
'http://www.ncdc.noaa.gov/sst is not resolving as a resource (404).',
6869
'http://www.ncdc.noaa.gov/sst/ is not resolving as a resource (404).']
6970
expected.sort()
7071
self.assertTrue(not validation.is_valid() and exns == expected,

0 commit comments

Comments
 (0)