File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ func TestAccODBDBSystemShapesListDataSource_basic(t *testing.T) {
17
17
if testing .Short () {
18
18
t .Skip ("skipping long-running test in short mode" )
19
19
}
20
- dataSourceName := "data.aws_odb_db_system_shapes_list .test"
20
+ dataSourceName := "data.aws_odb_db_system_shapes .test"
21
21
resource .ParallelTest (t , resource.TestCase {
22
22
PreCheck : func () {
23
23
acctest .PreCheck (ctx , t )
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ func TestAccODBGiVersionsListDataSource_basicX9M(t *testing.T) {
18
18
if testing .Short () {
19
19
t .Skip ("skipping long-running test in short mode" )
20
20
}
21
- dataSourceName := "data.aws_odb_gi_versions_list .test"
21
+ dataSourceName := "data.aws_odb_gi_versions .test"
22
22
23
23
resource .Test (t , resource.TestCase {
24
24
PreCheck : func () {
@@ -42,7 +42,7 @@ func TestAccODBGiVersionsListDataSource_basicX11M(t *testing.T) {
42
42
if testing .Short () {
43
43
t .Skip ("skipping long-running test in short mode" )
44
44
}
45
- dataSourceName := "data.aws_odb_gi_versions_list .test"
45
+ dataSourceName := "data.aws_odb_gi_versions .test"
46
46
resource .Test (t , resource.TestCase {
47
47
PreCheck : func () {
48
48
acctest .PreCheck (ctx , t )
You can’t perform that action at this time.
0 commit comments