ericholguin commented on code in PR #6746:
URL: https://github.com/apache/trafficcontrol/pull/6746#discussion_r857934353
##########
traffic_ops/testing/api/v4/tc-fixtures.json:
##########
@@ -310,16 +310,20 @@
],
"deliveryServiceRequestComments": [
{
- "value": "this is comment one"
+ "value": "this is comment one",
+ "xmlId": "test-ds1"
Review Comment:
Not in the case of ds request comments, there can be multiple comments on a
single request involving the same ds.
##########
traffic_ops/testing/api/v3/tc-fixtures.json:
##########
@@ -281,16 +281,20 @@
],
"deliveryServiceRequestComments": [
{
- "value": "this is comment one"
+ "value": "this is comment one",
+ "xmlId": "test-ds1"
Review Comment:
Not in the case of ds request comments, there can be multiple comments on a
single request involving the same ds.
--
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]