Skip to content

Commit b348c9d

Browse files
committed
itest: add firewall rule itests
1 parent e793268 commit b348c9d

File tree

4 files changed

+1243
-5
lines changed

4 files changed

+1243
-5
lines changed

itest/litd_accounts_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ func testAccountRestrictionsLNC(ctxm context.Context, t *harnessTest,
190190
ctxt, cancel := context.WithTimeout(ctxb, defaultTimeout)
191191
defer cancel()
192192

193-
rawLNCConn, err := connectMailbox(ctxt, connectPhrase)
193+
rawLNCConn, err := connectMailboxWithPairingPhrase(ctxt, connectPhrase)
194194
require.NoError(t.t, err)
195195

196196
lightningClient := lnrpc.NewLightningClient(rawLNCConn)

0 commit comments

Comments
 (0)