Skip to content

Commit

Permalink
Update test assert
Browse files Browse the repository at this point in the history
  • Loading branch information
carlmartensen committed Jun 24, 2024
1 parent 8873e34 commit f361efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datadog/tests/resource_datadog_monitor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ func TestAccDatadogMonitor_UpdatedToRemoveTags(t *testing.T) {
resource.TestCheckNoResourceAttr(
"datadog_monitor.foo", "tags.#"),
resource.TestCheckResourceAttr(
"datadog_monitor.foo", "priority", "0"),
"datadog_monitor.foo", "priority", ""),
),
},
{
Expand Down

0 comments on commit f361efb

Please sign in to comment.