()
| 334 | } |
| 335 | |
| 336 | func getActionSchemasResponse() interface{} { |
| 337 | return map[string]interface{}{ |
| 338 | "schemas": []map[string]interface{}{ |
| 339 | getActionsSchema(), |
| 340 | }, |
| 341 | } |
| 342 | } |
| 343 | |
| 344 | func getSchemas() []*schema.Schema { |
| 345 | rawSchemasResponse := getSchemasResponse() |
no test coverage detected