TerekhovaKate commented on code in PR #7573:
URL: https://github.com/apache/trafficcontrol/pull/7573#discussion_r1229958495
##########
traffic_ops/testing/api_contract/v4/test_servers.py:
##########
@@ -41,8 +40,8 @@ def test_server_contract(to_session: TOSession,
"""
# validate server keys from server get response
logger.info("Accessing /servers endpoint through Traffic ops session.")
- profile_id = server_post_data[1]
- server_post_data = server_post_data[0]
+ # profile_id = server_post_data[1]
Review Comment:
should we keep this commented lines of code?
--
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]