diff --git a/tests/unit/test_cli/test_core_commands.py b/tests/unit/test_cli/test_core_commands.py index 29fb0e6dde..07fc35f569 100644 --- a/tests/unit/test_cli/test_core_commands.py +++ b/tests/unit/test_cli/test_core_commands.py @@ -435,7 +435,7 @@ def test_run_command_arguments_precedence( ), ( ("--wc", 2), - ("WEB_CONCURRENCY", 4), + ("LITESTAR_WEB_CONCURRENCY", 4), "--workers=2", ), (