gokulakrishnansvm commented on code in PR #7400: URL: https://github.com/apache/trafficcontrol/pull/7400#discussion_r1142570792
########## traffic_ops/testing/api_contract/v4/test_cdns.py: ########## @@ -0,0 +1,68 @@ +"""Api Contract Test Case for cdns endpoint""" +import json +import logging +import pytest + +# Create and configure logger +logger = logging.getLogger() + + [email protected](name="get_cdn_data") +def get_cdn_prereq_data(): Review Comment: Added return type for get_cdn_prereq_data(). ########## traffic_ops/testing/api_contract/v4/test_cdns.py: ########## @@ -0,0 +1,68 @@ +"""Api Contract Test Case for cdns endpoint""" +import json +import logging +import pytest + +# Create and configure logger +logger = logging.getLogger() + + [email protected](name="get_cdn_data") +def get_cdn_prereq_data(): + """PyTest Fixture to store prereq data for cdns endpoint""" Review Comment: Added punctuation. -- 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]
