From 48e7a32a87716ca119368556f2364360ee66f7ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Schr=C3=B6der?= <florian.schroeder@uni-bielefeld.de> Date: Wed, 17 Apr 2024 22:05:53 +0200 Subject: [PATCH] Update test_utils.py --- tests/test_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_utils.py b/tests/test_utils.py index 7b507fb9..6fe1d1a2 100644 --- a/tests/test_utils.py +++ b/tests/test_utils.py @@ -52,7 +52,7 @@ def test_arguments(): [ "-s", "localhost", - "-p", + "-sp", "8000", "-g", "localhost", -- GitLab