Skip to content

Commit db66e81

Browse files
Explicitely name parameters in sign_tx_common calls (clone Ragger test)
1 parent 0488d4b commit db66e81

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

tests/ragger/test_clone.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,11 @@ def test_clone_thundercore(firmware: Firmware,
3636
"value": Web3.to_wei(VALUE, "ether"),
3737
"chainId": 108
3838
}
39-
common(firmware, backend, navigator, scenario_navigator, default_screenshot_path, tx_params, test_name, BIP32_PATH)
39+
common(firmware,
40+
backend,
41+
navigator,
42+
scenario_navigator,
43+
default_screenshot_path,
44+
tx_params,
45+
test_name=test_name,
46+
path=BIP32_PATH)

0 commit comments

Comments
 (0)