ocket8888 opened a new pull request #4338: Fixed bad rebase that created test file in wrong dir URL: https://github.com/apache/trafficcontrol/pull/4338 ## What does this PR (Pull Request) do? When I rebased #3870 the new test file went under `traffic_ops/testing/api/v14` instead of where it belongs under `traffic_ops/testing/api/v1`. This PR fixes that. - [x] This PR is not related to any Issue ## Which Traffic Control components are affected by this PR? - Traffic Ops - Traffic Ops Client (Go) ## What is the best way to verify this PR? Run `go test --cfg=traffic-ops-test.conf --run TestCapabilities` from within `traffic_ops/testing/api/v1` with a valid `traffic-ops-test.conf` configuration file (ensuring your environment variables aren't clobbering the configuration in that file) and observe that the test runs and passes. ## If this is a bug fix, what versions of Traffic Control are affected? - master ## The following criteria are ALL met by this PR - [x] This PR includes tests - [x] Documentation is unnecessary - [x] An update to CHANGELOG.md is not necessary - [x] This PR includes any and all required license headers - [x] This PR does not include a database migration - [x] This PR **DOES NOT FIX A SERIOUS SECURITY VULNERABILITY**
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
