Update server_test.go

This commit is contained in:
berlin2123 2022-06-22 09:42:07 +08:00 committed by GitHub
parent 24de683ed6
commit 77eaf7014f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,7 @@ func Test_LoadServerCommonConf(t *testing.T) {
log_way = file
log_level = info9
log_max_days = 39
log_duration_types = ssh,rdp
log_duration_types = ssh9,rdp9
disable_log_color = false
detailed_errors_to_client
authentication_method = token
@ -122,7 +122,7 @@ func Test_LoadServerCommonConf(t *testing.T) {
LogWay: "file",
LogLevel: "info9",
LogMaxDays: 39,
LogDurationTypes: "ssh,rdp",
LogDurationTypes: "ssh9,rdp9",
DisableLogColor: false,
DetailedErrorsToClient: true,
HeartbeatTimeout: 99,
@ -191,6 +191,7 @@ func Test_LoadServerCommonConf(t *testing.T) {
LogWay: "console",
LogLevel: "info",
LogMaxDays: 3,
LogDurationTypes: "ssh,rdp",
DetailedErrorsToClient: true,
TCPMux: true,
TCPMuxKeepaliveInterval: 60,