Skip to content

Commit

Permalink
Merge pull request IntersectMBO#2345 from IntersectMBO/artur/fix-meta…
Browse files Browse the repository at this point in the history
…data-tests

Fix metadata test
  • Loading branch information
mkoura authored Mar 21, 2024
2 parents fc94abb + c36f7c0 commit 1b81245
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cardano_node_tests/utils/dbsync_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -739,6 +739,9 @@ def check_pool_off_chain_fetch_error(
assert (
f'Connection failure error when fetching metadata from PoolUrl "{metadata_url}"'
in fetch_error_str
) or (
f"Error Offchain Pool: Connection failure error when fetching metadata from {metadata_url}"
in fetch_error_str # in db-sync > 13.2.0.1
), f"The error is not the expected one: {fetch_error_str}"

return db_pool_off_chain_fetch_error[0]
Expand Down

0 comments on commit 1b81245

Please sign in to comment.