gokulakrishnansvm commented on code in PR #7458:
URL: https://github.com/apache/trafficcontrol/pull/7458#discussion_r1175741145
##########
traffic_ops/testing/api_contract/v4/request_template.json:
##########
@@ -43,5 +43,34 @@
"type": "UNK_PROFILE",
"routingDisabled": true
}
- ]
+
+ ],
+ "divisions":[
+ {
+ "name":"test"
+ }
+ ],
+ "regions": [
+ {
+ "divisionName": "Quebec",
+ "division": 1,
+ "name": "Montreal"
+ }
+ ],
+ "phys_locations":[
+ {
+ "address": "Buckingham Palace",
+ "city": "London",
+ "comments": "Buckingham Palace",
+ "email": "[email protected]",
+ "name": "Great_Britain",
+ "phone": "0-843-816-6276",
+ "poc": "Her Majesty The Queen Elizabeth Alexandra Mary Windsor
II",
+ "regionId": 3,
+ "region": null,
+ "shortName": "uk",
+ "state": "Westminster",
+ "zip": "SW1A 1AA"
+ }
+ ]
Review Comment:
spacing looks off
--
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]