mirror of
https://github.com/netbirdio/netbird.git
synced 2025-01-23 14:28:51 +01:00
fix: login test
This commit is contained in:
parent
02cc6a30f5
commit
34cffb3bf0
@ -7,6 +7,7 @@ import (
|
||||
mgmt "github.com/wiretrustee/wiretrustee/management/server"
|
||||
"github.com/wiretrustee/wiretrustee/util"
|
||||
"path/filepath"
|
||||
"strings"
|
||||
"testing"
|
||||
)
|
||||
|
||||
@ -38,7 +39,7 @@ func TestLogin(t *testing.T) {
|
||||
"--config",
|
||||
confPath,
|
||||
"--setup-key",
|
||||
"a2c8e62b-38f5-4553-b31e-dd66c696cebb",
|
||||
strings.ToUpper("a2c8e62b-38f5-4553-b31e-dd66c696cebb"),
|
||||
"--management-url",
|
||||
mgmtURL,
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user