Skip to content

Commit 1888a17

Browse files
committed
setup test delegatekey
1 parent 187b916 commit 1888a17

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

api/server_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ func TestMain(m *testing.M) {
4444
}
4545

4646
app = NewApiServer(config.Config{
47-
DbUrl: "postgres://postgres:example@localhost:21300/test",
47+
DbUrl: "postgres://postgres:example@localhost:21300/test",
48+
DelegatePrivateKey: "0633fddb74e32b3cbc64382e405146319c11a1a52dc96598e557c5dbe2f31468",
4849
})
4950

5051
// seed db

0 commit comments

Comments
 (0)