From be6403de4d1678c5e2788e3e6a1caa37022f93a1 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 24 Nov 2023 18:02:46 +0100 Subject: [PATCH] disable dummy test --- src/tests_authentik/runner_authentik.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests_authentik/runner_authentik.py b/src/tests_authentik/runner_authentik.py index 8ad5eca..5e14660 100644 --- a/src/tests_authentik/runner_authentik.py +++ b/src/tests_authentik/runner_authentik.py @@ -16,7 +16,7 @@ def condition_always_false(dotenv_path: Path) -> bool: class RunnerAuthentik(Runner): test_dir_name = "tests_authentik" main_setup_name = "setup_authentik.py" - main_test_name = "test_authentik_dummy.py" + # main_test_name = "test_authentik_dummy.py" def run_setup(self): # run setup