Skip to content

Commit

Permalink
patch online marker to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Jan 17, 2025
1 parent 149a7b3 commit fcb4d02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ tags
tester.py
tags
.idea/
.run/
tile.jpg
/env/
/.project
Expand Down
1 change: 1 addition & 0 deletions tests/test_ogcapi_records_pycsw.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ def test_ogcapi_records_pycsw():
assert len(pycsw_cite_demo_query['features']) == 1


@pytest.mark.online
@pytest.mark.parametrize("path, expected", [
('collections/foo/1', 'https://demo.pycsw.org/cite/collections/foo/1'),
('collections/foo/https://example.org/11', 'https://demo.pycsw.org/cite/collections/foo/https://example.org/11') # noqa
Expand Down

0 comments on commit fcb4d02

Please sign in to comment.