]> WPIA git - gigi.git/blobdiff - tests/club/wpia/gigi/testUtils/OrgTest.java
upd: terminology in code
[gigi.git] / tests / club / wpia / gigi / testUtils / OrgTest.java
index e7360fe2a5c2ae6e55652dd27ecbff1203ee9beb..949bd2d1ebc8cc98c1754d91b80a45a9bcbf43a4 100644 (file)
@@ -11,7 +11,7 @@ import club.wpia.gigi.dbObjects.Country.CountryCodeType;
 public class OrgTest extends ClientTest {
 
     public OrgTest() throws IOException, GigiApiException {
-        makeAssurer(u.getId());
+        makeAgent(u.getId());
         u.grantGroup(getSupporter(), Group.ORGASSURER);
         clearCaches();
         cookie = login(email, TEST_PASSWORD);