Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
DrFaust92 committed Sep 21, 2020
1 parent 42c97cf commit 2f393cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/resource_aws_api_gateway_usage_plan_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
func TestAccAWSAPIGatewayUsagePlan_basic(t *testing.T) {
var conf apigateway.UsagePlan
rName := acctest.RandomWithPrefix("tf-acc-test")
updatedName := acctest.RandomWithPrefix("tf-acc-test")
updatedName := acctest.RandomWithPrefix("tf-acc-test-2")
resourceName := "aws_api_gateway_usage_plan.test"

resource.ParallelTest(t, resource.TestCase{
Expand Down

0 comments on commit 2f393cc

Please sign in to comment.