We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d52aad1 commit 2f47029Copy full SHA for 2f47029
cardano_node_tests/tests/tests_plutus_v3/test_mint_build.py
@@ -182,7 +182,10 @@ def run_scenario(
182
"overspending the budget." in str_excp
183
):
184
return
185
- if outcome == Outcomes.ERROR and "The machine terminated because of an error" in str_excp:
+ if outcome == Outcomes.ERROR and (
186
+ "The machine terminated because of an error" in str_excp or
187
+ "Script evaluation error" in str_excp
188
+ ):
189
190
raise
191
0 commit comments