From aa442a7f0cea865da25dafd525b922c1dec58978 Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 30 Nov 2023 18:50:26 +0100 Subject: [PATCH] remove unused plugin --- src/tests_authentik/plugin_authentik.py | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 src/tests_authentik/plugin_authentik.py diff --git a/src/tests_authentik/plugin_authentik.py b/src/tests_authentik/plugin_authentik.py deleted file mode 100644 index 14f31c9..0000000 --- a/src/tests_authentik/plugin_authentik.py +++ /dev/null @@ -1,3 +0,0 @@ -# will be loaded in conftest.py -# will provide context for other tests (wordpress etc.) -# that depend on authentik (which is all of them)