Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
06a18f5818
commit
966c421cd4
1 changed files with 1 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue