aboutsummaryrefslogtreecommitdiff
path: root/server/store/store_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'server/store/store_test.go')
-rw-r--r--server/store/store_test.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/server/store/store_test.go b/server/store/store_test.go
index d9ae325..3fd900c 100644
--- a/server/store/store_test.go
+++ b/server/store/store_test.go
@@ -10,7 +10,6 @@ import (
"testing"
"time"
- "github.com/nsheridan/cashier/server/store/types"
"github.com/nsheridan/cashier/testdata"
"github.com/stretchr/testify/assert"
@@ -24,7 +23,7 @@ func TestParseCertificate(t *testing.T) {
pub, _ := ssh.NewPublicKey(r.Public())
c := &ssh.Certificate{
KeyId: "id",
- ValidPrincipals: types.StringSlice{"principal"},
+ ValidPrincipals: StringSlice{"principal"},
ValidBefore: now,
CertType: ssh.UserCert,
Key: pub,