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 96dd8a1af7 Update TO v5 API tests `TestAPIBase` to API v5 (#7115)
96dd8a1af7 is described below
commit 96dd8a1af7173d53dcc7cd33f4b3101d5bed8c03
Author: Zach Hoffman <[email protected]>
AuthorDate: Tue Oct 11 20:05:15 2022 +0000
Update TO v5 API tests `TestAPIBase` to API v5 (#7115)
---
traffic_ops/testing/api/v5/traffic_ops_test.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/traffic_ops/testing/api/v5/traffic_ops_test.go
b/traffic_ops/testing/api/v5/traffic_ops_test.go
index 7339b350dd..fba7e4058c 100644
--- a/traffic_ops/testing/api/v5/traffic_ops_test.go
+++ b/traffic_ops/testing/api/v5/traffic_ops_test.go
@@ -35,7 +35,7 @@ var (
includeSystemTests bool
)
-const TestAPIBase = "/api/4.0"
+const TestAPIBase = "/api/5.0"
func TestMain(m *testing.M) {
configFileName := flag.String("cfg", "traffic-ops-test.conf", "The
config file path")