Skip to content

Commit cd88109

Browse files
committed
updating tests to reflect URL checks
1 parent ea895aa commit cd88109

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/bald/tests/integration/test_cdl.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ def test_grid_OISST_GHRSST(self):
6464
validation = bald.validate_netcdf(tfile)
6565
exns = validation.exceptions()
6666
exns.sort()
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).',
67+
expected = [ 'http://www.ncdc.noaa.gov/sst is not resolving as a resource (404).',
6968
'http://www.ncdc.noaa.gov/sst/ is not resolving as a resource (404).']
7069
expected.sort()
7170
self.assertTrue(not validation.is_valid() and exns == expected,

0 commit comments

Comments
 (0)