zrhoffman commented on code in PR #7521:
URL: https://github.com/apache/trafficcontrol/pull/7521#discussion_r1197011805


##########
traffic_ops/traffic_ops_golang/role/roles_test.go:
##########
@@ -20,15 +20,26 @@ package role
  */
 
 import (
+       "context"
+       "encoding/json"
        "errors"
+       "net/http"
+       "net/http/httptest"
        "reflect"
        "strings"
        "testing"
+       "time"
 
        "github.com/apache/trafficcontrol/lib/go-tc"
        "github.com/apache/trafficcontrol/lib/go-util"
        "github.com/apache/trafficcontrol/traffic_ops/traffic_ops_golang/api"
+       "github.com/apache/trafficcontrol/traffic_ops/traffic_ops_golang/auth"
+       "github.com/apache/trafficcontrol/traffic_ops/traffic_ops_golang/config"
        "github.com/apache/trafficcontrol/traffic_ops/traffic_ops_golang/test"
+       
"github.com/apache/trafficcontrol/traffic_ops/traffic_ops_golang/trafficvault"
+       
"github.com/apache/trafficcontrol/traffic_ops/traffic_ops_golang/trafficvault/backends/disabled"
+       "github.com/jmoiron/sqlx"
+       "gopkg.in/DATA-DOG/go-sqlmock.v1"

Review Comment:
   3rd-party imports should be in a different import group



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to