]> WPIA git - gigi.git/blobdiff - tests/club/wpia/gigi/testUtils/OrgTest.java
add: ensure that for Org Agent actions certificate login is used
[gigi.git] / tests / club / wpia / gigi / testUtils / OrgTest.java
index 2d79c5a497b0e15d289ff38e699599e8cabe414d..6c3ba7c4621651952aa12dcdc04b737481a6ef66 100644 (file)
@@ -15,7 +15,7 @@ public class OrgTest extends ClientTest {
         makeAgent(u.getId());
         u.grantGroup(getSupporter(), Group.ORG_AGENT);
         clearCaches();
-        cookie = login(email, TEST_PASSWORD);
+        cookie = cookieWithCertificateLogin(u);
     }
 
     public Organisation createUniqueOrg() throws GigiApiException {