You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by de...@apache.org on 2018/04/13 15:12:53 UTC

[incubator-trafficcontrol] 03/03: golang API servers test code cleanup

This is an automated email from the ASF dual-hosted git repository.

dewrich pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-trafficcontrol.git

commit 76840d4c02fb159e031e072ec4693969b675dda8
Author: Jesse Rivas <je...@comcast.com>
AuthorDate: Fri Apr 13 09:11:55 2018 -0600

    golang API servers test code cleanup
---
 traffic_ops/testing/api/v13/servers_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/traffic_ops/testing/api/v13/servers_test.go b/traffic_ops/testing/api/v13/servers_test.go
index ea7e484..207cfb7 100644
--- a/traffic_ops/testing/api/v13/servers_test.go
+++ b/traffic_ops/testing/api/v13/servers_test.go
@@ -16,9 +16,9 @@ package v13
 */
 
 import (
-	"testing"
 	"github.com/apache/incubator-trafficcontrol/lib/go-log"
 	"github.com/apache/incubator-trafficcontrol/lib/go-tc"
+	"testing"
 )
 
 func TestServers(t *testing.T) {

-- 
To stop receiving notification emails like this one, please contact
dewrich@apache.org.