geopython / GeoHealthCheck

Service Status and QoS Checker for OGC Web Services
https://geohealthcheck.org
MIT License
83 stars 71 forks source link

Unit test failures #468

Closed justb4 closed 9 months ago

justb4 commented 9 months ago

Describe the bug Unit tests fail

To Reproduce Commit/push and watch Action fail.

Expected Behavior Should succeed.

Screenshots or Logfiles

FAIL: testRunResoures (test_resources.GeoHealthCheckTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/runner/work/GeoHealthCheck/GeoHealthCheck/tests/test_resources.py", line 90, in testRunResoures
    (resource.url, str(resource.runs[0])))
AssertionError: False != True : Run should be success for https://geodata.nationaalgeoregister.nl/tiles/service/wmts report=<Run 5>

Context (please complete the following information):

Additional context Basically the (WMTS) URLs from PDOK have been changed and are thus stale. Should be fixed in tests/data/fixtures.json like WOUDC_WMTS.

justb4 commented 9 months ago

Yes, changing URLs fixed this.