Skip to content

Commit

Permalink
Reapply "fix SLO ds test"
Browse files Browse the repository at this point in the history
This reverts commit a3ad8d9.
  • Loading branch information
jharley committed Jun 13, 2024
1 parent a3ad8d9 commit 0757d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/slos_data_source_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ data "honeycombio_slos" "exact" {
}
`, dataset, testPrefix),
Check: resource.ComposeAggregateTestCheckFunc(
resource.TestCheckResourceAttr("data.honeycombio_slos.all", "ids.#", "3"),
resource.TestCheckResourceAttr("data.honeycombio_slos.all", "ids.#", "5"),
resource.TestCheckResourceAttr("data.honeycombio_slos.regex", "ids.#", "2"),
resource.TestCheckResourceAttr("data.honeycombio_slos.exact", "ids.#", "1"),
),
Expand Down

0 comments on commit 0757d76

Please sign in to comment.