From 06b1044cfe24f2ecb0a1f8acce0684e9e25201b3 Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Mon, 14 Aug 2017 10:52:49 -0700 Subject: [PATCH] Fix integration test --- command/agent/consul/int_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/agent/consul/int_test.go b/command/agent/consul/int_test.go index fc9e0a625..f97f86498 100644 --- a/command/agent/consul/int_test.go +++ b/command/agent/consul/int_test.go @@ -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))