Closed
Description
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):
- OS: any
- GeoHealthCheck Version: latest as on Nov 19, 2023
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
.