You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by sh...@apache.org on 2023/04/14 16:35:32 UTC

[trafficcontrol] branch master updated (1aa54f3f8b -> 1acc77732c)

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

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


    from 1aa54f3f8b Added Api contract test case for Parameters endpoint (#7442)
     add 1acc77732c Api contract roles (#7443)

No new revisions were added by this update.

Summary of changes:
 traffic_ops/testing/api_contract/v4/conftest.py    |  49 ++++++++++
 .../testing/api_contract/v4/request_template.json  |   6 ++
 .../testing/api_contract/v4/response_template.json |  17 ++++
 traffic_ops/testing/api_contract/v4/test_roles.py  | 107 +++++++++++++++++++++
 4 files changed, 179 insertions(+)
 create mode 100644 traffic_ops/testing/api_contract/v4/test_roles.py