Commit 1118a867 authored by Paul Hinze's avatar Paul Hinze
Browse files

providers/aws: make acc test name match pattern

parent d1894573
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -236,7 +236,7 @@ func TestAccAWSInstance_vpc(t *testing.T) {
})
}
func TestAccInstance_NetworkInstanceSecurityGroups(t *testing.T) {
func TestAccAWSInstance_NetworkInstanceSecurityGroups(t *testing.T) {
var v ec2.Instance
resource.Test(t, resource.TestCase{
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment