From 1e0025b0958bcb995e440e22682216ad1b28dc37 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Fri, 16 Feb 2024 11:17:43 +0100 Subject: [PATCH] also switch unit tests for cli --- test/python/cli/test_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/python/cli/test_cli.py b/test/python/cli/test_cli.py index 93e86108..d455f35e 100644 --- a/test/python/cli/test_cli.py +++ b/test/python/cli/test_cli.py @@ -63,7 +63,7 @@ def test_cli_add_data_tiger_data(cli_call, cli_tokenizer_mock, mock_func_factory def test_cli_serve_php(cli_call, mock_func_factory): func = mock_func_factory(nominatim.cli, 'run_php_server') - cli_call('serve') == 0 + cli_call('serve', '--engine', 'php') == 0 assert func.called == 1 -- 2.45.1