nit: remove testing var

This commit is contained in:
harsh-98 2023-10-05 14:27:59 +07:00 committed by harsh jain
parent b5802adf5b
commit 2ef7e732dd
1 changed files with 1 additions and 2 deletions

View File

@ -7,8 +7,7 @@ import (
"os"
)
// var dbUrlTemplate = "postgres://postgres@localhost:%s/%s?sslmode=disable"
var dbUrlTemplate = "postgres://harshjain@localhost:%s/%s?sslmode=disable"
var dbUrlTemplate = "postgres://postgres@localhost:%s/%s?sslmode=disable"
func ResetDefaultTestPostgresDB(dropDBUrl string) error {
db, err := sql.Open("pgx", dropDBUrl)