You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by er...@apache.org on 2023/06/26 17:12:26 UTC

[trafficcontrol] branch master updated (f3f88ed2e3 -> e9314b92d7)

This is an automated email from the ASF dual-hosted git repository.

ericholguin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git


    from f3f88ed2e3 Fixed ASN(APIv5) REST calls to respond with RFC3339 timestamp (#7561)
     add e9314b92d7 Added Api Contract Test case for cdn_notifications endpoint (#7592)

No new revisions were added by this update.

Summary of changes:
 .../clients/python/trafficops/tosession.py         | 44 +++++++++++--
 traffic_ops/testing/api_contract/v4/conftest.py    | 27 ++++++++
 .../api_contract/v4/data/request_template.json     |  6 ++
 .../api_contract/v4/data/response_template.json    | 27 ++++++++
 .../api_contract/v4/test_cdn_notifications.py      | 76 ++++++++++++++++++++++
 5 files changed, 176 insertions(+), 4 deletions(-)
 create mode 100644 traffic_ops/testing/api_contract/v4/test_cdn_notifications.py