You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by oc...@apache.org on 2021/09/13 18:19:11 UTC

[trafficcontrol] branch master updated: Update TO v4 API tests `TestAPIBase` to API v4 (#6196)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1b88cef  Update TO v4 API tests `TestAPIBase` to API v4 (#6196)
1b88cef is described below

commit 1b88cefbf612358fe67af4a83f1deb4d19af5546
Author: Zach Hoffman <zr...@apache.org>
AuthorDate: Mon Sep 13 12:19:02 2021 -0600

    Update TO v4 API tests `TestAPIBase` to API v4 (#6196)
---
 traffic_ops/testing/api/v4/traffic_ops_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/traffic_ops/testing/api/v4/traffic_ops_test.go b/traffic_ops/testing/api/v4/traffic_ops_test.go
index a6c7234..434dbba 100644
--- a/traffic_ops/testing/api/v4/traffic_ops_test.go
+++ b/traffic_ops/testing/api/v4/traffic_ops_test.go
@@ -35,7 +35,7 @@ var (
 	includeSystemTests bool
 )
 
-const TestAPIBase = "/api/3.0"
+const TestAPIBase = "/api/4.0"
 
 func TestMain(m *testing.M) {
 	configFileName := flag.String("cfg", "traffic-ops-test.conf", "The config file path")