diff --git a/internal/oauth/oauth_test.go b/internal/oauth/oauth_test.go index 6d49bb267..34438d27b 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)