5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-08 07:11:01 +08:00

SQOOP-2875: Sqoop2: Integration tests should on include a request body with a delete request

(Abraham Fine via Jarek Jarcec Cecho)
This commit is contained in:
Jarek Jarcec Cecho 2016-03-07 15:16:22 -08:00
parent 2452b262e2
commit 049e0d7e88

View File

@ -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")