Skip to content

Commit

Permalink
Fixed issue with unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamTylerLynch authored and anGie44 committed Sep 23, 2021
1 parent 0372a03 commit 9f93901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/resource_aws_connect_contact_flow_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -272,5 +272,5 @@ resource "aws_connect_contact_flow" "test" {
"Method" = "%[3]s"
}
}
`, rName, rName, label, filepath)
`, rName, rName2, label, filepath)
}

0 comments on commit 9f93901

Please sign in to comment.