rimashah25 commented on code in PR #7023:
URL: https://github.com/apache/trafficcontrol/pull/7023#discussion_r950536927
##########
traffic_ops/traffic_ops_golang/server/servers_test.go:
##########
@@ -310,6 +317,8 @@ func TestGetMidServers(t *testing.T) {
for _, srv := range testServers {
ts := srv.Server
+ asns := &pq.Int64Array{}
Review Comment:
Change this to `[]int`?
##########
traffic_ops/traffic_ops_golang/server/servers_test.go:
##########
@@ -191,6 +195,8 @@ func TestGetServersByCachegroup(t *testing.T) {
// or by CSV if types get in the way
for _, srv := range testServers {
ts := srv.Server
+ asns := &pq.Int64Array{}
Review Comment:
Change this to `[]int`?
--
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]