Skip to content

Commit 415ad29

Browse files
Merge pull request #770 from LedgerHQ/feat/apa/explicit_named_parameters
Explicitely name parameters in sign_tx common calls (clone Ragger test)
2 parents 0488d4b + db66e81 commit 415ad29

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)