Skip to content

Instantly share code, notes, and snippets.

View dustinlindquist's full-sized avatar

Dustin Lindquist dustinlindquist

View GitHub Profile
@dustinlindquist
dustinlindquist / gist:f93cea9d87e74b3f763dcd43575cdbf6
Created October 21, 2017 23:41
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.
@dustinlindquist
dustinlindquist / gist:4d3268343bea5731e42282a16cdd0f46
Created October 21, 2017 23:38
Test Failure after adding a case for setting graph.style.palette_flip = true
// Set with:
graph {
title = "Redis memory usage"
viz = "timeseries"
style {
palette_flip = true
}
}
//added matching step check: