]> WPIA git - gigi.git/blobdiff - tests/club/wpia/gigi/testUtils/SEClientTest.java
add: ensure that for RA Agent actions certificate login is used
[gigi.git] / tests / club / wpia / gigi / testUtils / SEClientTest.java
index 004f34f476b2b262dc56b56184e8806ca935e0a8..a77967295bd6c9bc87c33754284bbe8ff307cabd 100644 (file)
@@ -16,7 +16,7 @@ public abstract class SEClientTest extends ClientTest {
 
     public SEClientTest() throws IOException, GigiApiException {
         grant(u, Group.SUPPORTER);
-        cookie = login(email, TEST_PASSWORD);
+        cookie = cookieWithCertificateLogin(u);
         assertEquals(302, post(cookie, SupportEnterTicketPage.PATH, "ticketno=a20140808.8&setTicket=action", 0).getResponseCode());
     }