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


##########
traffic_ops/testing/api_contract/v4/conftest.py:
##########
@@ -1571,3 +1571,33 @@ def steering_data_post(to_session: TOSession, 
request_template_data: list[JSONDa
        if msg is None:
                logger.error("Steering returned by Traffic Ops is missing an 
'id' property")
                pytest.fail("Response from delete request is empty, Failing 
test_case")
+
+
+@pytest.fixture(name="delivery_service_sslkeys_post_data")
+def delivery_service_sslkeys_data_post(to_session: TOSession, 
request_template_data: list[JSONData],
+               cdn_post_data:dict[str, object], 
delivery_services_post_data:dict[str, object]
+               ) -> dict[str, object]:
+       """
+       PyTest Fixture to create POST data for 
delivery_service_sslkeys_post_data endpoint.
+       :param to_session: Fixture to get Traffic Ops session.
+       :param request_template_data: Fixture to get delivery_service_sslkeys 
request template.
+       :returns: Sample POST data and the actual API response.
+       """
+       logger.info("here %s", delivery_services_post_data)

Review Comment:
   remove this log



-- 
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: issues-unsubscr...@trafficcontrol.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to