()
| 171 | } |
| 172 | |
| 173 | func getAPIVersionV3() string { |
| 174 | return fetchAPIVersion().Links.CloudControllerV3.Meta.Version |
| 175 | } |
| 176 | |
| 177 | // SkipIfNoRoutingAPI is used to skip tests if the routing API is not present |
| 178 | func SkipIfNoRoutingAPI() { |
no test coverage detected