diff --git a/test/src/test/java/org/apache/sqoop/integration/server/rest/NonExistingRestTest.java b/test/src/test/java/org/apache/sqoop/integration/server/rest/NonExistingRestTest.java index cb398efa..758e8fa2 100644 --- a/test/src/test/java/org/apache/sqoop/integration/server/rest/NonExistingRestTest.java +++ b/test/src/test/java/org/apache/sqoop/integration/server/rest/NonExistingRestTest.java @@ -53,7 +53,7 @@ void validate() throws Exception { // Content changing requests for read-only resources new TestDescription("Put to version", "version", "PUT", "{}", notAllowedValidator), new TestDescription("POST to connector", "v1/connector", "POST", "{}", notAllowedValidator), - new TestDescription("DELETE to submission", "v1/submission", "DELETE", "{}", notAllowedValidator), + new TestDescription("DELETE to submission", "v1/submission", "DELETE", null, notAllowedValidator), }; @DataProvider(name="non-existing-rest-test")