Skip to content

Commit b8eb375

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 5ae6f41 commit b8eb375

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

itest/litd_mode_integrated_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,8 +629,9 @@ func integratedTestSuite(ctx context.Context, net *NetworkHarness, t *testing.T,
629629
)
630630

631631
ht := newHarnessTest(tt, net)
632+
cfg.RPCAddr()
632633
runAccountSystemTest(
633-
ht, net.Alice, cfg.LitAddr(), cfg.LitTLSCertPath,
634+
ht, net.Alice, cfg.RPCAddr(), cfg.TLSCertPath,
634635
superMacFile, (runNum*2)-1,
635636
)
636637
runAccountSystemTest(

0 commit comments

Comments
 (0)