update bug id since REPO-1889 is duplicate

This commit is contained in:
Cristina Axinte
2017-01-27 12:28:32 +02:00
parent 7398fdea07
commit 19a9d220a3
@@ -61,7 +61,7 @@ public class UpdateSiteMemberSanityTests extends RestTest
.containsSummary(String.format("The current user does not have permissions to modify the membership details of the site %s.", siteModel.getTitle()));
}
@Bug(id = "REPO-1889")
@Bug(id = "REPO-1832")
@Test(groups = { TestGroup.REST_API, TestGroup.SITES, TestGroup.SANITY })
@TestRail(section = {TestGroup.REST_API, TestGroup.SITES }, executionType = ExecutionType.SANITY,
description = "Verify that collaborator is not able to update site member and gets status code FORBIDDEN (403)")