Skip to content

Commit

Permalink
fixup! Fix: IT subtests manifest and repository_files fail due to lac…
Browse files Browse the repository at this point in the history
…k of files (#5168)
  • Loading branch information
nadove-ucsc committed Jul 3, 2023
1 parent b6ad502 commit 5122ef5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1249,8 +1249,8 @@ def bundle_uuids(hit: JSON) -> set[str]:
))
filters = {'sourceId': {'is': [source_id]}}
params = {'size': 1, 'catalog': catalog, 'filters': json.dumps(filters)}
bundles_url = furl(url=endpoint, path=['index', self._bundle_type(catalog)], args=params)
response = self._get_url_json(bundles_url)
files_url = furl(url=endpoint, path='index/files', args=params)
response = self._get_url_json(files_url)
public_bundle = first(bundle_uuids(one(response['hits'])))
self.assertNotIn(public_bundle, managed_access_bundles)

Expand Down

0 comments on commit 5122ef5

Please sign in to comment.