chibenwa commented on code in PR #3041:
URL: https://github.com/apache/james-project/pull/3041#discussion_r3247993587
##########
server/protocols/webadmin-integration-test/webadmin-integration-test-common/src/main/java/org/apache/james/webadmin/integration/WebAdminServerIntegrationTest.java:
##########
@@ -456,6 +456,32 @@ void mailboxesExportTasksShouldBeExposed() throws
Exception {
.body("type", is("MailboxesExportTask"));
}
+ @Test
+ void mailboxesRestoreTasksShouldBeExposed() throws Exception {
+ dataProbe.addUser(USERNAME, "anyPassword");
+
+ java.io.ByteArrayOutputStream baos = new
java.io.ByteArrayOutputStream();
+ try (java.util.zip.ZipOutputStream zos = new
java.util.zip.ZipOutputStream(baos)) {
Review Comment:
Why do we need FQDN ?
--
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]