zrhoffman commented on a change in pull request #5128:
URL: https://github.com/apache/trafficcontrol/pull/5128#discussion_r505731519



##########
File path: traffic_ops/traffic_ops_golang/server/servers_test.go
##########
@@ -475,7 +475,7 @@ func TestGetMidServers(t *testing.T) {
 
        mock.ExpectBegin()
        mock.ExpectQuery("SELECT").WillReturnRows(rows2)
-       mid, userErr, sysErr, errCode := getMidServers(serverIDs, serverMap, 
db.MustBegin())
+       mid, userErr, sysErr, errCode := getMidServers(serverIDs, serverMap, 0, 
db.MustBegin())

Review comment:
       This should be an actual CDN ID




----------------------------------------------------------------
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.

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


Reply via email to