use dummy test

This commit is contained in:
Daniel 2023-11-22 15:11:18 +01:00
parent 493b44fe0f
commit 0e1aaa136c
2 changed files with 3 additions and 1 deletions

View file

@ -13,4 +13,4 @@ def condition_always_false(dotenv_path: Path) -> bool:
class RunnerAuthentik(Runner): class RunnerAuthentik(Runner):
test_dir_name = "tests_authentik" test_dir_name = "tests_authentik"
main_test_name = "test_authentik_setup.py" main_test_name = "test_authentik_dummy.py"

View file

@ -0,0 +1,2 @@
def test_true():
assert 1 + 1 == 2