Skip to content

Commit 0b89263

Browse files
committed
batch/job_definition: Update data source test mistake
1 parent e6f555d commit 0b89263

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/service/batch/job_definition_data_source_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ func TestAccBatchJobDefinitionDataSource_basicARN(t *testing.T) {
6767
resource.TestCheckResourceAttr(dataSourceName, "retry_strategy.0.attempts", "10"),
6868
resource.TestCheckResourceAttr(dataSourceName, "revision", "1"),
6969
resource.TestCheckResourceAttr(dataSourceName, "revision", "1"),
70-
resource.TestCheckResourceAttr(dataSourceName, "retry_strategy.attempts", "10"),
7170
acctest.MatchResourceAttrRegionalARN(dataSourceName, "arn", "batch", regexache.MustCompile(fmt.Sprintf(`job-definition/%s:\d+`, rName))),
7271
),
7372
},

0 commit comments

Comments
 (0)