From ceee126241ab84c0cf48fbb2e2e90266f8b98fce Mon Sep 17 00:00:00 2001 From: Michael Schurter Date: Wed, 9 Jan 2019 13:36:21 -0800 Subject: [PATCH] Remove old comment; it's been fixed! --- command/agent/consul/int_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/command/agent/consul/int_test.go b/command/agent/consul/int_test.go index 816607e1e..3e3fb6f9c 100644 --- a/command/agent/consul/int_test.go +++ b/command/agent/consul/int_test.go @@ -33,7 +33,6 @@ func (m *mockUpdater) TaskStateUpdated() { m.logger.Named("mock.updater").Debug("Update!") } -// TODO Fix // TestConsul_Integration asserts TaskRunner properly registers and deregisters // services and checks with Consul using an embedded Consul agent. func TestConsul_Integration(t *testing.T) {