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/13 15:21:28 UTC

[trafficcontrol] branch master updated (6b3aa4516c -> 3bc814aaea)

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 6b3aa4516c Added Api contract test case for asns endpoint (#7554)
     add 3bc814aaea Added API Contract testcase for Coordinates endpoint (#7576)

No new revisions were added by this update.

Summary of changes:
 traffic_ops/testing/api_contract/v4/conftest.py    | 28 ++++++++
 .../api_contract/v4/data/request_template.json     |  7 ++
 .../api_contract/v4/data/response_template.json    | 27 +++++++
 .../testing/api_contract/v4/test_coordinates.py    | 84 ++++++++++++++++++++++
 4 files changed, 146 insertions(+)
 create mode 100644 traffic_ops/testing/api_contract/v4/test_coordinates.py