Fix integration test

This commit is contained in:
Alex Dadgar 2017-08-14 10:52:49 -07:00
parent 9d74895bae
commit 43dff0a11d
1 changed files with 1 additions and 1 deletions

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))