feat(ldap): add tests

This commit is contained in:
kolaente
2025-03-16 18:21:42 +01:00
parent 91f9fe5b96
commit 87cfe89441
4 changed files with 112 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ import (
"code.vikunja.io/api/pkg/models"
"code.vikunja.io/api/pkg/user"
"code.vikunja.io/api/pkg/utils"
"github.com/coreos/go-oidc/v3/oidc"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"