Skip to content

Commit

Permalink
Fix missing log statement (#6691)
Browse files Browse the repository at this point in the history
  • Loading branch information
nadove-ucsc committed Nov 14, 2024
1 parent 78f1fd2 commit 7e0134b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1905,7 +1905,7 @@ def bundle_fqid(self, catalog: CatalogName) -> SourcedBundleFQID:
source = self._choose_source(catalog)
# The plugin will raise an exception if the source lacks a prefix
source = source.with_prefix(Prefix.of_everything)
bundle_fqids = self.repository_plugin(catalog).list_bundles(source, '')
bundle_fqids = self.azul_client.list_bundles(catalog, source, prefix='')
return self.random.choice(sorted(bundle_fqids))

def _can_bundle(self,
Expand Down

0 comments on commit 7e0134b

Please sign in to comment.