]> WPIA git - gigi.git/blobdiff - tests/club/wpia/gigi/testUtils/RestrictedApiTest.java
upd: terminology in database
[gigi.git] / tests / club / wpia / gigi / testUtils / RestrictedApiTest.java
index 3a0f45157cb3e501bb48bec0e6973850a6a9705e..37adb6beb4fc9c6cac4e1160d1f8eac8ed4aa704 100644 (file)
@@ -43,7 +43,7 @@ public class RestrictedApiTest extends ClientTest {
         initEnvironment();
         try {
             User u = User.getById(createVerificationUser("f", "l", createUniqueName() + "@email.com", TEST_PASSWORD));
-            grant(u, Group.ORGASSURER);
+            grant(u, Group.ORG_AGENT);
             clearCaches();
             u = User.getById(u.getId());
             selfOrg = new Organisation(Organisation.SELF_ORG_NAME, Country.getCountryByCode("DE", CountryCodeType.CODE_2_CHARS), "NA", "NA", "contact@example.org", "", "", u);