Update server_test.go

This commit is contained in:
berlin2123 2022-06-22 09:31:31 +08:00 committed by GitHub
parent a04cf0f1cc
commit 330991ac9b
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 = ssh
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: "ssh",
DisableLogColor: false,
DetailedErrorsToClient: true,
HeartbeatTimeout: 99,