]> WPIA git - gigi.git/blobdiff - tests/club/wpia/gigi/pages/wot/TestTTP.java
upd: terminology in code
[gigi.git] / tests / club / wpia / gigi / pages / wot / TestTTP.java
index c0a966fca5c91892c5f876607498544884234a85..b694db76aa35ac094613d0886211f95dccb3a369 100644 (file)
@@ -34,7 +34,7 @@ public class TestTTP extends ClientTest {
 
     @Test
     public void testTTPEnoughPoints() throws IOException, GigiApiException {
-        User u = User.getById(createAssuranceUser("fn", "ln", createUniqueName() + "@example.org", TEST_PASSWORD));
+        User u = User.getById(createVerificationUser("fn", "ln", createUniqueName() + "@example.org", TEST_PASSWORD));
         cookie = login(u.getEmail(), TEST_PASSWORD);
 
         String ttp = IOUtils.readURL(get(RequestTTPPage.PATH));