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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user