Skip to content

Commit 0ca7f7a

Browse files
committed
chore: add test prefix
1 parent 25107ef commit 0ca7f7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/create_db_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ func initTestCases() []RdsTestCase {
3434
"database_subnets": []string{"172.18.0.0/24", "172.18.1.0/24"},
3535
"egress_cidr_blocks": []string{"0.0.0.0/0"},
3636
"ingress_cidr_blocks": []string{"0.0.0.0/0"},
37-
"name_prefix": "",
37+
"name_prefix": "test",
3838
},
3939
},
4040
}

0 commit comments

Comments
 (0)