1
0
mirror of https://github.com/sismics/docs.git synced 2025-12-16 11:15:07 +00:00

#83: Tag name duplicates now allowed

This commit is contained in:
jendib
2016-05-05 21:12:14 +02:00
parent 27027ec412
commit c398a3c4f5
3 changed files with 13 additions and 16 deletions

View File

@@ -55,7 +55,7 @@ public class TestTagResource extends BaseJerseyTest {
Assert.assertEquals(Status.BAD_REQUEST, Status.fromStatusCode(response.getStatus()));
// Create a document
json = target().path("/document").request()
target().path("/document").request()
.cookie(TokenBasedSecurityFilter.COOKIE_NAME, tag1Token)
.put(Entity.form(new Form()
.param("title", "My super document 1")