Skip to content

Commit

Permalink
fix integ test failures in jenkins infra
Browse files Browse the repository at this point in the history
Signed-off-by: Riya Saxena <[email protected]>
  • Loading branch information
riysaxen-amzn committed Jun 19, 2024
1 parent 2e90e2d commit b863f5f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ class GetRemoteIndexesActionIT : AlertingRestTestCase() {
assertNotNull(clusterDetails[ClusterIndexes.INDEXES_FIELD])
val indexes = clusterDetails[ClusterIndexes.INDEXES_FIELD] as Map<String, Map<String, Any>>


// Validate index-level response details
expectedNames.forEach { indexName ->
assertNotNull(indexes[indexName])
Expand Down Expand Up @@ -150,7 +149,6 @@ class GetRemoteIndexesActionIT : AlertingRestTestCase() {
assertNotNull(clusterDetails[ClusterIndexes.INDEXES_FIELD])
val indexes = clusterDetails[ClusterIndexes.INDEXES_FIELD] as Map<String, Map<String, Any>>


// Validate index-level response details
expectedNames.forEach { indexName ->
assertNotNull(indexes[indexName])
Expand Down

0 comments on commit b863f5f

Please sign in to comment.