Skip to content

Commit

Permalink
do not apply security to WCMP2 records on API (#775)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Nov 30, 2024
1 parent 28d55ce commit fce061f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/integration/test_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,11 +205,6 @@ def test_metadata_discovery_publish():
assert 'has_auth' in r['wis2box']
assert r['wis2box']['has_auth']

for link in r['links']:
if link['rel'] == 'collection' and link['title'] == id_:
assert link['security']['default']['type'] == 'http'
assert link['security']['default']['scheme'] == 'bearer'


def test_data_ingest():
"""Test data ingest/process publish"""
Expand Down

0 comments on commit fce061f

Please sign in to comment.