mirror of
https://github.com/status-im/go-waku.git
synced 2025-01-13 07:14:10 +00:00
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…
x
Reference in New Issue
Block a user