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