authentik setup and tracing #2

Merged
dan merged 69 commits from working-setup into dev 2023-11-27 17:01:47 +01:00
Showing only changes of commit fbe9e323ec - Show all commits

View file

@ -1,2 +1,6 @@
def test_true():
assert 1 + 1 == 2
def test_not_true():
assert 1 + 1 == 3