Kashatlast2 commented on code in PR #7458:
URL: https://github.com/apache/trafficcontrol/pull/7458#discussion_r1176486521


##########
traffic_ops/testing/api_contract/v4/conftest.py:
##########
@@ -436,10 +436,10 @@ def cachegroup_post_data(to_session: TOSession, 
request_template_data: list[JSON
                if not isinstance(name, str):
                        raise TypeError(f"name must be str, not '{type(name)}'")
                cachegroup["name"] = name[:4] + randstr
-               short_name = cachegroup["shortName"]
+               short_name = cachegroup["shortname"]

Review Comment:
   When I ran in the pylinter it said that it didn't follow snake casing.



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