From 0af445cfed8b261bd45b88bb698bac05efb66c2b Mon Sep 17 00:00:00 2001 From: tsmethurst Date: Sun, 21 Mar 2021 00:48:37 +0100 Subject: [PATCH] tidying --- internal/oauth/oauth_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/oauth/oauth_test.go b/internal/oauth/oauth_test.go index 6d49bb2..34438d2 100644 --- a/internal/oauth/oauth_test.go +++ b/internal/oauth/oauth_test.go @@ -40,7 +40,7 @@ func (suite *OauthTestSuite) SetupSuite() { // the templates actually load c.TemplateConfig.BaseDir = "../../web/template/" suite.config = c - + encryptedPassword, err := bcrypt.GenerateFromPassword([]byte("password"), bcrypt.DefaultCost) if err != nil { logrus.Panicf("error encrypting user pass: %s", err)