Fix tests

This commit is contained in:
Ingo Oppermann
2023-03-28 14:31:43 +02:00
parent 0a3117bbd0
commit 4e7b84dd96

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)