mirror of https://github.com/status-im/go-waku.git
nit: remove testing var
This commit is contained in:
parent
b5802adf5b
commit
2ef7e732dd
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue