Skip to content

Commit 85f5f04

Browse files
itest: adjust code according to linters
1 parent 829ba29 commit 85f5f04

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

itest/test_harness.go

+3
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,14 @@ func newHarnessTest(t *testing.T, cfg *testConfig) *harnessTest {
6060

6161
mailboxAddr := testnetMailbox
6262
var insecure bool
63+
6364
if !cfg.stagingMailbox {
6465
ht.hmserver = NewHashmailHarness()
66+
6567
if err := ht.hmserver.Start(); err != nil {
6668
t.Fatalf("could not start hashmail server: %v", err)
6769
}
70+
6871
mailboxAddr = ht.hmserver.ApertureCfg.ListenAddr
6972
insecure = true
7073
}

0 commit comments

Comments
 (0)