ocket8888 commented on code in PR #7400:
URL: https://github.com/apache/trafficcontrol/pull/7400#discussion_r1143883303
##########
traffic_ops/testing/api_contract/v4/prerequisite_data.json:
##########
@@ -0,0 +1 @@
+{"cdns": {"name": "test631", "domainName": "quest574", "dnssecEnabled": false,
"id": null, "lastUpdated": null}}
Review Comment:
A CDN request doesn't include those keys, though. I don't see anywhere in
the code where you're accessing `id` or `lastUpdated` directly, so even if you
compared them to the response you'd be comparing `None` to some non-`None`
object, which will always fail. I don't think I understand what you're saying.
--
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]