removed StrFormatInternalBug quote delimitation

This commit is contained in:
Reese Russell
2023-08-18 02:34:10 +00:00
parent 6ce5e8f475
commit 6e8f6468cb
3 changed files with 5 additions and 6 deletions

View File

@@ -27,7 +27,7 @@ class RpcMiscTest(BitcoinTestFramework):
self.log.info("test CHECK_NONFATAL")
assert_raises_rpc_error(
-1,
'Internal bug detected: "request.params[9].get_str() != "trigger_internal_bug""',
'Internal bug detected: request.params[9].get_str() != "trigger_internal_bug"',
lambda: node.echo(arg9='trigger_internal_bug'),
)