Skip to content

Commit aa6a0e6

Browse files
committed
itest: fix accounts test bug
The accounts test in integrated mode is run twice so that we can test it against both the LND port and LiT port. So ensure that this is tested.
1 parent 6e0546d commit aa6a0e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

itest/litd_mode_integrated_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ func integratedTestSuite(ctx context.Context, net *NetworkHarness, t *testing.T,
630630

631631
ht := newHarnessTest(tt, net)
632632
runAccountSystemTest(
633-
ht, net.Alice, cfg.LitAddr(), cfg.LitTLSCertPath,
633+
ht, net.Alice, cfg.RPCAddr(), cfg.TLSCertPath,
634634
superMacFile, (runNum*2)-1,
635635
)
636636
runAccountSystemTest(

0 commit comments

Comments
 (0)