test compile fixes after rebase

Signed-off-by: Sven Dowideit <sven.dowideit@portainer.io>
This commit is contained in:
Sven Dowideit
2021-10-08 07:51:24 +10:00
parent a2202595f9
commit 0bc5fd9279

View File

@@ -5,6 +5,7 @@ import (
"github.com/dgrijalva/jwt-go"
portainer "github.com/portainer/portainer/api"
"github.com/portainer/portainer/api/datastore"
i "github.com/portainer/portainer/api/internal/testhelpers"
"github.com/stretchr/testify/assert"
)
@@ -12,7 +13,7 @@ import (
func TestService_GenerateTokenForKubeconfig(t *testing.T) {
type fields struct {
userSessionTimeout string
dataStore portainer.DataStore
dataStore datastore.DataStore
}
type args struct {