Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dustinlindquist/f93cea9d87e74b3f763dcd43575cdbf6 to your computer and use it in GitHub Desktop.
Save dustinlindquist/f93cea9d87e74b3f763dcd43575cdbf6 to your computer and use it in GitHub Desktop.
Test Failure after changing style to be a map[string]interface{} instead of map[string]string
=== RUN TestAccDatadogTimeboard_update
--- FAIL: TestAccDatadogTimeboard_update (6.35s)
testing.go:434: Step 1 error: Error applying: 1 error(s) occurred:
* datadog_timeboard.acceptance_test: 1 error(s) occurred:
* datadog_timeboard.acceptance_test: graph.1.style.palette_flip: '' expected type 'string', got unconvertible type 'bool'
testing.go:494: Error destroying resource! WARNING: Dangling resources
may exist. The full state and error is shown below.
Error: Error refreshing: 1 error(s) occurred:
* datadog_timeboard.acceptance_test: 1 error(s) occurred:
* datadog_timeboard.acceptance_test: datadog_timeboard.acceptance_test: graph.1.style.palette_flip: '' expected type 'string', got unconvertible type 'bool'
State: <nil>
FAIL
exit status 1
FAIL github.com/terraform-providers/terraform-provider-datadog/datadog 6.367s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment