Skip to content

Commit 4641244

Browse files
committed
test(uniswap): preserve RC18 compatibility boundary
1 parent b9ab241 commit 4641244

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/test_msg_ethereum_erc20_uniswap_liquidity.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,9 @@ def test_sign_uni_add_liquidity_ETH(self):
8484

8585
def test_sign_uni_remove_liquidity_ETH(self):
8686
self.requires_fullFeature()
87-
self.requires_firmware("7.1.0")
87+
# Sending the withdrawn assets to a third-party recipient was refused
88+
# by RC18. The reviewed external-recipient flow lands on the 7.16 line.
89+
self.requires_firmware("7.16.0")
8890
self.setup_mnemonic_nopin_nopassphrase()
8991

9092
# remove liquidity from the ETH/FOX pool

0 commit comments

Comments
 (0)