summaryrefslogtreecommitdiff
path: root/internal/validate/account_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/validate/account_test.go')
-rw-r--r--internal/validate/account_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/validate/account_test.go b/internal/validate/account_test.go
index 0aa4a5a9d..a023b2bcb 100644
--- a/internal/validate/account_test.go
+++ b/internal/validate/account_test.go
@@ -31,7 +31,6 @@ import (
)
func happyAccount() *gtsmodel.Account {
-
priv, err := rsa.GenerateKey(rand.Reader, 2048)
if err != nil {
panic(err)