From e2a819c747daeb52073b13187f32f7de2e002eec Mon Sep 17 00:00:00 2001 From: Lucas Rouckhout Date: Sat, 4 Feb 2023 15:52:08 +0100 Subject: [PATCH] Oopsie poopsie forgot my local URI --- integration_tests/util.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"),