Skip to content

Commit

Permalink
feat: finalize test recording
Browse files Browse the repository at this point in the history
  • Loading branch information
lechnerc77 committed Jul 11, 2023
1 parent 42af421 commit 4f040c9
Show file tree
Hide file tree
Showing 3 changed files with 1,149 additions and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/datasource_subaccount_apps_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func TestDataSourceSubaccountApps(t *testing.T) {
Config: hclProvider() + hclDatasourceSubaccountApps("uut", "59cd458e-e66e-4b60-b6d8-8f219379f9a5"),
Check: resource.ComposeAggregateTestCheckFunc(
resource.TestCheckResourceAttr("data.btp_subaccount_apps.uut", "subaccount_id", "59cd458e-e66e-4b60-b6d8-8f219379f9a5"),
resource.TestCheckResourceAttr("data.btp_subaccount_apps.uut", "values.#", "23"),
resource.TestCheckResourceAttr("data.btp_subaccount_apps.uut", "values.#", "15"),
),
},
},
Expand Down
Loading

0 comments on commit 4f040c9

Please sign in to comment.