Skip to content

Commit

Permalink
drop! CI fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Cowland <[email protected]>
  • Loading branch information
foundrytom committed Aug 17, 2023
1 parent b609db8 commit 6b35975
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_resolver.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ def test_error_triggering_asset_ref(capfd):
)

logs = capfd.readouterr()
assert "RuntimeError: Malformed BAL reference" in logs.err
print(logs)
assert "Malformed BAL reference" in logs.err


def test_when_resolves_to_non_file_url_then_error():
Expand Down

0 comments on commit 6b35975

Please sign in to comment.