We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f60e4e1 commit 5043a77Copy full SHA for 5043a77
tests/unit/test_main.py
@@ -77,7 +77,7 @@ def test_cli_backend_args_header_removal(mock_benchmark_func, tmp_path: Path):
77
# Assert that benchmark_with_scenario was called with the correct scenario
78
mock_benchmark_func.assert_called_once()
79
call_args = mock_benchmark_func.call_args[1]
80
- scenario = call_args["scenario"]
+ scenario = call_args["args"]
81
82
# Verify the backend_args were merged correctly
83
backend_args = scenario.backend_kwargs
0 commit comments