mirror of
https://github.com/sismics/docs.git
synced 2024-11-22 14:07:55 +01:00
fix test
This commit is contained in:
parent
ae2423b2e9
commit
afa78857f9
@ -266,6 +266,7 @@ public class TestAppResource extends BaseJerseyTest {
|
|||||||
.cookie(TokenBasedSecurityFilter.COOKIE_NAME, adminToken)
|
.cookie(TokenBasedSecurityFilter.COOKIE_NAME, adminToken)
|
||||||
.post(Entity.form(new Form()
|
.post(Entity.form(new Form()
|
||||||
.param("enabled", "true")
|
.param("enabled", "true")
|
||||||
|
.param("starttls", "false")
|
||||||
.param("autoTagsEnabled", "false")
|
.param("autoTagsEnabled", "false")
|
||||||
.param("deleteImported", "false")
|
.param("deleteImported", "false")
|
||||||
.param("hostname", "localhost")
|
.param("hostname", "localhost")
|
||||||
|
Loading…
Reference in New Issue
Block a user