Fix tests

This commit is contained in:
Ingo Oppermann 2023-03-28 14:31:43 +02:00
parent 0a3117bbd0
commit 4e7b84dd96
No known key found for this signature in database
GPG Key ID: 2AB32426E9DD229E

View File

@ -1120,6 +1120,7 @@ func TestProcessReplacer(t *testing.T) {
ReconnectDelay: 10,
Autostart: false,
StaleTimeout: 0,
LogPatterns: []string{},
}
require.Equal(t, process, rs.tasks["314159265359"].config)