ericholguin commented on code in PR #7692:
URL: https://github.com/apache/trafficcontrol/pull/7692#discussion_r1290694797


##########
traffic_ops/testing/api_contract/v4/conftest.py:
##########
@@ -1093,10 +1093,15 @@ def server_data_post(to_session: TOSession, 
request_template_data: list[JSONData
        type_object = create_or_get_existing(to_session, "types", "type", 
type_data,
                                      {"useInTable": "server"})
        type_id = type_object["id"]
-       server["typeId"] = type_id
+       edge_type_id = pytestconfig.cache.get("edgeTypeId", default=None)
+       logger.info("Here %s", edge_type_id)

Review Comment:
   you can remove debug logging



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