Fix integration test

This commit is contained in:
Alex Dadgar
2017-08-14 10:52:49 -07:00
parent 6589794a79
commit 06b1044cfe

View File

@@ -118,7 +118,7 @@ func TestConsul_Integration(t *testing.T) {
}
logger := testLogger()
logUpdate := func(name, state string, event *structs.TaskEvent) {
logUpdate := func(name, state string, event *structs.TaskEvent, lazySync bool) {
logger.Printf("[TEST] test.updater: name=%q state=%q event=%v", name, state, event)
}
allocDir := allocdir.NewAllocDir(logger, filepath.Join(conf.AllocDir, alloc.ID))