Skip to content

Commit

Permalink
fix: make test run
Browse files Browse the repository at this point in the history
  • Loading branch information
olexsmir committed Sep 15, 2024
1 parent 0c796dc commit 8d662a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions e2e/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ func (e *AppTestSuite) initDeps() {
e.mailer,
cfg.JwtRefreshTokenTTL,
cfg.VerficationTokenTTL,
cfg.AppURL,
)

noterepo := noterepo.New(e.postgresDB)
Expand Down Expand Up @@ -177,6 +178,7 @@ func (e *AppTestSuite) setupLogger() {
func (e *AppTestSuite) getConfig() *config.Config {
return &config.Config{ //nolint:exhaustruct
AppEnv: "testing",
AppURL: "",
ServerPort: "3000",
PasswordSalt: "salty-password",
JwtSigningKey: "jwt-key",
Expand Down

0 comments on commit 8d662a6

Please sign in to comment.