Skip to content

Commit

Permalink
Test fixes and fixtures for regions datasource
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarthak Goyal committed Jan 23, 2025
1 parent b0f15f6 commit ae5a3e6
Show file tree
Hide file tree
Showing 2 changed files with 123 additions and 57 deletions.
2 changes: 1 addition & 1 deletion internal/provider/datasource_regions_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func TestDataSourceRegions(t *testing.T) {
{
Config: hclProviderFor(user) + hclDatasourceRegions("uut"),
Check: resource.ComposeAggregateTestCheckFunc(
resource.TestCheckResourceAttr("data.btp_regions.uut", "values.#", "5"),
resource.TestCheckResourceAttr("data.btp_regions.uut", "values.#", "6"),
),
},
},
Expand Down
Loading

0 comments on commit ae5a3e6

Please sign in to comment.