Skip to content

Commit

Permalink
chore: Add TODO for modify configuration (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnantaWeda authored Oct 1, 2024
1 parent 72b76f0 commit b356f8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ var DB *gorm.DB
var Log = utils.Log

func init() {
// TODO: You can modify host and database configuration for tests
DB = database.Connect("localhost", "testdb")
router.Routes(App, DB)
App.Use(utils.NotFoundHandler)
Expand Down

0 comments on commit b356f8d

Please sign in to comment.