rawlinp commented on a change in pull request #5113:
URL: https://github.com/apache/trafficcontrol/pull/5113#discussion_r501098526



##########
File path: 
traffic_ops/ort/atstccfg/toreq/vendor/github.com/apache/trafficcontrol/traffic_ops/client/deliveryservice.go
##########
@@ -433,24 +286,80 @@ func (to *Session) GetDeliveryServicesEligible(dsID int) 
([]tc.DSServer, ReqInf,
        return resp.Response, reqInf, nil
 }
 
+const (
+       API_DELIVERY_SERVICES                  = apiBase + "/deliveryservices"
+       API_DELIVERY_SERVICES_URL_SIGNING_KEYS = API_DELIVERY_SERVICES + 
"/xmlid/%s/urlkeys"

Review comment:
       The client was just broken, which isn't all that surprising for 
something like `urlkeys` which we don't have/couldn't have TO API tests for.




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