summaryrefslogtreecommitdiffhomepage
path: root/benchmarks/runner/runner_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/runner/runner_test.py')
-rw-r--r--benchmarks/runner/runner_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/runner/runner_test.py b/benchmarks/runner/runner_test.py
index 5719c2838..7818d631a 100644
--- a/benchmarks/runner/runner_test.py
+++ b/benchmarks/runner/runner_test.py
@@ -49,7 +49,7 @@ def test_list():
def test_run():
cli_runner = testing.CliRunner()
- result = cli_runner.invoke(runner.runner, ["run", "--mock", "."])
+ result = cli_runner.invoke(runner.runner, ["run-mock", "."])
print(result.output)
assert result.exit_code == 0