]> WPIA git - gigi.git/blobdiff - tests/club/wpia/gigi/api/IssueCert.java
upd: terminology in database
[gigi.git] / tests / club / wpia / gigi / api / IssueCert.java
index 757e50a77a28f6295ca91413cfb6e753c59d489d..5c4791e5788c0f76b6ffe77d88608e9ffd1a3840 100644 (file)
@@ -88,7 +88,7 @@ public class IssueCert extends ClientTest {
     @Test
     public void testIssueOrgCert() throws Exception {
         makeAgent(id);
     @Test
     public void testIssueOrgCert() throws Exception {
         makeAgent(id);
-        u.grantGroup(getSupporter(), Group.ORGASSURER);
+        u.grantGroup(getSupporter(), Group.ORG_AGENT);
 
         Organisation o1 = new Organisation("name", Country.getCountryByCode("DE", CountryCodeType.CODE_2_CHARS), "pr", "st", "test@mail", "", "", u);
         o1.addAdmin(u, u, false);
 
         Organisation o1 = new Organisation("name", Country.getCountryByCode("DE", CountryCodeType.CODE_2_CHARS), "pr", "st", "test@mail", "", "", u);
         o1.addAdmin(u, u, false);