]> WPIA git - gigi.git/blobdiff - tests/club/wpia/gigi/testUtils/OrgTest.java
upd: terminology in database
[gigi.git] / tests / club / wpia / gigi / testUtils / OrgTest.java
index 949bd2d1ebc8cc98c1754d91b80a45a9bcbf43a4..6a0c4d1c68cf70330b6ae4404656e6fe6e5d7b6f 100644 (file)
@@ -12,7 +12,7 @@ public class OrgTest extends ClientTest {
 
     public OrgTest() throws IOException, GigiApiException {
         makeAgent(u.getId());
-        u.grantGroup(getSupporter(), Group.ORGASSURER);
+        u.grantGroup(getSupporter(), Group.ORG_AGENT);
         clearCaches();
         cookie = login(email, TEST_PASSWORD);
     }