Skip to content

Commit

Permalink
fix: fix handler test create user
Browse files Browse the repository at this point in the history
  • Loading branch information
isaqueveras committed Feb 11, 2023
1 parent d81224a commit 625d548
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/interface/http/auth/handler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ func (a *authHandlerSuite) SetupSuite() {
config.LoadConfig("../../../../")

a.router = gin.New()
Router(a.router.Group("v1/auth"))
RouterAuthorization(a.router.Group("v1/auth"))
}

Expand Down

0 comments on commit 625d548

Please sign in to comment.