diff --git a/tests/test_config.py b/tests/test_config.py
index ef4d31c..db31947 100644
--- a/tests/test_config.py
+++ b/tests/test_config.py
@@ -11,18 +11,10 @@ def test_parse_arguments(self):
             "test",
             "--ontoFormat",
             "turtle",
-            "--ontoPrecedence",
-            "enforcedPriority",
-            "--patchAcceptUpstream",
-            "False",
             "--ontoVersion",
             "original",
             "--httpsInterception",
             "none",
-            "--disableRemovingRedirects",
-            "False",
-            "--logLevel",
-            "info",
         ]
         sys.argv = test_args
         config = parse_arguments()