From 875ea971478e601c28b56e1ebaa1af207fcf61c0 Mon Sep 17 00:00:00 2001 From: hangaoshuai Date: Sun, 8 Apr 2018 09:51:00 +0800 Subject: [PATCH] remove unnecessary TODO in test/e2e/network/service.go --- test/e2e/network/service.go | 1 - 1 file changed, 1 deletion(-) diff --git a/test/e2e/network/service.go b/test/e2e/network/service.go index 4ee76c2a7c5..9c6198f2cf8 100644 --- a/test/e2e/network/service.go +++ b/test/e2e/network/service.go @@ -43,7 +43,6 @@ import ( . "github.com/onsi/gomega" ) -// TODO(yankaiz): Move constants and default settings to service_util.go. const ( defaultServeHostnameServicePort = 80 defaultServeHostnameServiceName = "svc-hostname"