File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,6 @@ func TestAccBatchJobQueue_List_Basic(t *testing.T) {
58
58
acctest .CtRName : config .StringVariable (rName ),
59
59
},
60
60
ConfigQueryResultChecks : []querycheck.QueryResultCheck {
61
- querycheck .ExpectLength ("aws_batch_job_queue.test" , knownvalue .Int64Exact (3 )),
62
61
querycheck .ExpectIdentity ("aws_batch_job_queue.test" , map [string ]knownvalue.Check {
63
62
names .AttrARN : tfknownvalue .RegionalARNExact ("batch" , "job-queue/" + rName + "-0" ),
64
63
}),
@@ -115,7 +114,6 @@ func TestAccBatchJobQueue_List_RegionOverride(t *testing.T) {
115
114
"region" : config .StringVariable (acctest .AlternateRegion ()),
116
115
},
117
116
ConfigQueryResultChecks : []querycheck.QueryResultCheck {
118
- querycheck .ExpectLength ("aws_batch_job_queue.test" , knownvalue .Int64Exact (3 )),
119
117
querycheck .ExpectIdentity ("aws_batch_job_queue.test" , map [string ]knownvalue.Check {
120
118
names .AttrARN : tfknownvalue .RegionalARNAlternateRegionExact ("batch" , "job-queue/" + rName + "-0" ),
121
119
}),
You can’t perform that action at this time.
0 commit comments