Skip to content

Commit

Permalink
post fix test name with Config
Browse files Browse the repository at this point in the history
  • Loading branch information
bschaatsbergen committed Aug 18, 2022
1 parent 493888a commit 340061d
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 @@ -10,7 +10,7 @@ import (
"github.com/hashicorp/terraform-provider-aws/internal/acctest"
)

func testAccWorkspaceApiKey_basic(t *testing.T) {
func testAccWorkspaceApiKeyConfig_basic(t *testing.T) {
rName := sdkacctest.RandomWithPrefix(acctest.ResourcePrefix)
resourceName := "aws_grafana_workspace_api_key.test"
workspaceResourceName := "aws_grafana_workspace.test"
Expand Down

0 comments on commit 340061d

Please sign in to comment.