Skip to content

Commit

Permalink
attempt to fix CAP-test (unrelated to daycli)
Browse files Browse the repository at this point in the history
  • Loading branch information
maaikelimper committed Oct 1, 2024
1 parent f76fd73 commit 79977ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker_compose_test/tests/integration/test_wis2box.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,4 +354,4 @@ def test_cap2geojson():

assert 'items' in output
assert len(output['items']) == 1
assert output['items'][0]['features']['properties'] == cap_geojson['features']['properties']
assert output['items'][0]['features'][0]['properties'] == cap_geojson['features'][0]['properties']

0 comments on commit 79977ec

Please sign in to comment.