Skip to content

Commit 0488d4b

Browse files
Merge pull request #769 from LedgerHQ/feat/apa/explicit_named_parameters
Explicitely name parameters in sign_tx_common calls (Ragger tests)
2 parents 4203fd8 + 41e7a41 commit 0488d4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ragger/test_tx_simulation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def test_tx_simulation_sign(firmware: Firmware,
181181
scenario_navigator,
182182
default_screenshot_path,
183183
tx_params,
184-
test_name + f"_{config}",
184+
test_name=test_name + f"_{config}",
185185
with_simu=config not in ("benign", "issue"))
186186

187187

@@ -216,7 +216,7 @@ def test_tx_simulation_no_simu(firmware: Firmware,
216216
scenario_navigator,
217217
default_screenshot_path,
218218
tx_params,
219-
test_name,
219+
test_name=test_name,
220220
with_simu=False)
221221

222222

0 commit comments

Comments
 (0)