Skip to content

Commit 93bc2c4

Browse files
committed
fixing cdl test
1 parent 0d0c438 commit 93bc2c4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/bald/tests/integration/test_cdl.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,9 @@ 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).',
68-
'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).',
69+
'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,
7172
msg='{} \n!= \n{}'.format(exns, expected))

0 commit comments

Comments
 (0)