Skip to content

Commit

Permalink
Update internal/service/grafana/workspace_api_key_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Kit Ewbank <[email protected]>
  • Loading branch information
bschaatsbergen and ewbankkit authored Aug 19, 2022
1 parent ddaec83 commit 246ce9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/grafana/workspace_api_key_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func testAccWorkspaceApiKey_basic(t *testing.T) {
})
}

func testAccWorkspaceApiKey_providerBasic(rName string) string {
func testAccWorkspaceApiKeyConfig_providerBasic(rName string) string {
return acctest.ConfigCompose(testAccWorkspaceSAMLConfigurationConfig_providerBasic(rName), fmt.Sprintf(`
resource "aws_grafana_workspace_api_key" "test" {
workspace_id = aws_grafana_workspace.test.id
Expand Down

0 comments on commit 246ce9b

Please sign in to comment.