diff --git a/src/test/kotlin/org/opensearch/indexmanagement/rollup/resthandler/RestDeleteRollupActionIT.kt b/src/test/kotlin/org/opensearch/indexmanagement/rollup/resthandler/RestDeleteRollupActionIT.kt index 43fc6dca5..cfef1f7bc 100644 --- a/src/test/kotlin/org/opensearch/indexmanagement/rollup/resthandler/RestDeleteRollupActionIT.kt +++ b/src/test/kotlin/org/opensearch/indexmanagement/rollup/resthandler/RestDeleteRollupActionIT.kt @@ -37,7 +37,6 @@ class RestDeleteRollupActionIT : RollupRestTestCase() { assertEquals(RestStatus.NOT_FOUND, e.response.restStatus()) } } - @Throws(Exception::class) fun `test deleting a rollup that doesn't exist and config index doesnt exist`() { try {