Remove old comment; it's been fixed!

This commit is contained in:
Michael Schurter
2019-01-09 13:36:21 -08:00
parent 99a5586aed
commit ceee126241

View File

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