tests: fix controller tests

This commit is contained in:
Stavros
2026-05-09 13:17:35 +03:00
parent 8c8d56f87c
commit 9fccb63097
10 changed files with 201 additions and 232 deletions
+4
View File
@@ -56,3 +56,7 @@ func (app *BootstrapApp) SetupDatabase() error {
app.db = db
return nil
}
func (app *BootstrapApp) GetDB() *sql.DB {
return app.db
}