This commit is contained in:
bgamard 2024-04-03 22:03:52 +02:00
parent ae2423b2e9
commit afa78857f9
1 changed files with 1 additions and 0 deletions

View File

@ -266,6 +266,7 @@ public class TestAppResource extends BaseJerseyTest {
.cookie(TokenBasedSecurityFilter.COOKIE_NAME, adminToken)
.post(Entity.form(new Form()
.param("enabled", "true")
.param("starttls", "false")
.param("autoTagsEnabled", "false")
.param("deleteImported", "false")
.param("hostname", "localhost")