Skip to content

Commit 44a7a02

Browse files
committed
remove test fatal in config test
1 parent cf4d10c commit 44a7a02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test3_main_node_config/config_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,5 @@ func TestSSHKeyGeneration(t *testing.T) {
9898
t.Fatalf("SSH 连接 abc 测试失败: %v", err)
9999
}
100100

101-
t.Fatalf("SSH 密钥生成和连接测试成功")
101+
t.Log("SSH 密钥生成和连接测试成功")
102102
}

0 commit comments

Comments
 (0)