Auth: Update internal/form/client_test.go #782 #808 #3943

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2024-01-19 15:12:47 +01:00
parent 06a18f5818
commit 966c421cd4

View File

@ -4,11 +4,10 @@ import (
"flag"
"testing"
"github.com/stretchr/testify/assert"
"github.com/urfave/cli"
"github.com/photoprism/photoprism/pkg/authn"
"github.com/stretchr/testify/assert"
)
func TestNewClient(t *testing.T) {