(route string)
| 165 | } |
| 166 | |
| 167 | func isExperimentalEndpoint(route string) bool { |
| 168 | return strings.HasPrefix(route, "/api/v2/workspaceagents/me/experimental/") |
| 169 | } |
| 170 | |
| 171 | func VerifySwaggerDefinitions(t *testing.T, router chi.Router, swaggerComments []SwaggerComment, opts ...SwaggerOption) { |
| 172 | cfg := swaggerOptions{} |
no outgoing calls
no test coverage detected