Files
authentik/internal/outpost/flow/executor_test.go
Jens Langhammer 4bae3bbe60 most of gtc
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
2025-07-01 22:43:04 +02:00

14 lines
227 B
Go

package flow
import (
"testing"
"github.com/stretchr/testify/assert"
"goauthentik.io/api/v3"
)
func TestConvert(t *testing.T) {
var a ChallengeCommon = api.NewIdentificationChallengeWithDefaults()
assert.NotNil(t, a)
}