Arsnael commented on a change in pull request #624:
URL: https://github.com/apache/james-project/pull/624#discussion_r699077374
##########
File path:
server/protocols/webadmin-integration-test/distributed-webadmin-integration-test/src/test/java/org/apache/james/webadmin/integration/rabbitmq/RabbitMQWebAdminServerTaskSerializationIntegrationTest.java
##########
@@ -733,6 +733,24 @@ void cleanUploadRepositoryShouldComplete() throws
Exception {
.body("additionalInformation.scope", is("expired"));
}
+ @Test
+ void blobGCTaskShouldComplete() throws Exception {
+ String taskId = given()
+ .queryParam("scope", "unreferenced")
+ .delete("blobs")
+ .jsonPath()
+ .getString("taskId");
+
+ with()
+ .basePath(TasksRoutes.BASE)
+ .when()
+ .get(taskId + "/await")
+ .then()
Review comment:
indent
##########
File path:
server/protocols/webadmin-integration-test/distributed-webadmin-integration-test/src/test/java/org/apache/james/webadmin/integration/rabbitmq/RabbitMQWebAdminServerTaskSerializationIntegrationTest.java
##########
@@ -733,6 +733,24 @@ void cleanUploadRepositoryShouldComplete() throws
Exception {
.body("additionalInformation.scope", is("expired"));
}
+ @Test
+ void blobGCTaskShouldComplete() throws Exception {
+ String taskId = given()
+ .queryParam("scope", "unreferenced")
+ .delete("blobs")
+ .jsonPath()
+ .getString("taskId");
+
+ with()
+ .basePath(TasksRoutes.BASE)
+ .when()
Review comment:
indent
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]