Skip to content

Commit 7c04903

Browse files
committed
test(solana): match AdvancedMode refusal
1 parent 8df52c2 commit 7c04903

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_msg_solana_signtx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ def test_solana_sign_token_transfer(self):
277277
with pytest.raises(CallException) as exc:
278278
self.client.call(messages.SolanaSignTx(
279279
address_n=parse_path("m/44'/501'/0'/0'"), raw_tx=raw_tx))
280-
self.assertIn("policy", str(exc.value))
280+
self.assertIn("AdvancedMode", str(exc.value))
281281

282282
def test_solana_sign_token_approve(self):
283283
"""Unchecked SPL Approve is opaque because no mint is signed."""

0 commit comments

Comments
 (0)