gokulakrishnansvm commented on code in PR #7424:
URL: https://github.com/apache/trafficcontrol/pull/7424#discussion_r1163275267


##########
traffic_ops/testing/api_contract/v4/test_cdns.py:
##########
@@ -70,6 +70,10 @@ def test_cdn_contract(
                if not isinstance(cdn_response_template, dict):
                        raise TypeError(
                                f"Cdn response template data must be a dict, 
not '{type(cdn_response_template)}'")
+               response_template: dict[str, list[dict[str, object] | 
list[object] | primitive] |\
+                       dict[object, object] |\
+                       primitive
+               ] |\

Review Comment:
   Resolved syntax issues.



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

Reply via email to