ericholguin commented on code in PR #7573:
URL: https://github.com/apache/trafficcontrol/pull/7573#discussion_r1226830653
##########
traffic_ops/testing/api_contract/v4/conftest.py:
##########
@@ -990,3 +991,28 @@ def asn_data_post(to_session: TOSession,
request_template_data: list[JSONData],
response: tuple[JSONData, requests.Response] =
to_session.create_asn(data=asn)
resp_obj = check_template_data(response, "asn")
return resp_obj
+
+
[email protected]()
+def job_post_data(to_session: TOSession, request_template_data: list[JSONData],
+ delivery_services_post_data: dict[str, object],
+ ) -> dict[str, object]:
+ """
+ PyTest Fixture to create POST data for jobss endpoint.
Review Comment:
typo on jobs
--
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]