diff --git a/integration_tests/util.go b/integration_tests/util.go index 346add7..3c4bbd4 100644 --- a/integration_tests/util.go +++ b/integration_tests/util.go @@ -45,8 +45,7 @@ const ( ) func LndHubTestServiceInit(lndClientMock lnd.LightningClientWrapper) (svc *service.LndhubService, err error) { - //dbUri := "postgresql://user:password@localhost/lndhub?sslmode=disable" - dbUri := "postgresql://postgres:root@localhost:5432/lndhub?sslmode=disable" + dbUri := "postgresql://user:password@localhost/lndhub?sslmode=disable" c := &service.Config{ DatabaseUri: dbUri, JWTSecret: []byte("SECRET"),