Skip to content

Commit

Permalink
allow api
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaGeo committed Mar 21, 2024
1 parent 074585a commit 33d21e8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions test/integration/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,9 @@ def test_openapi_json(client):
# exposed endpoints
assert '/validate' in response.text
assert '/convert' in response.text
# hidden endpoints
assert '/ags_log' not in response.text
assert '/ags_export' not in response.text
assert '/ags_export_by_polygon' not in response.text
assert '/ags_log' in response.text
assert '/ags_export' in response.text
assert '/ags_export_by_polygon' in response.text


@pytest.mark.parametrize('filename, expected',
Expand Down

0 comments on commit 33d21e8

Please sign in to comment.