mirror of
https://github.com/sismics/docs.git
synced 2025-12-17 19:51:39 +00:00
cleanup user creation
This commit is contained in:
@@ -22,9 +22,7 @@ public class TestJpa extends BaseTransactionalTest {
|
||||
user.setPassword("12345678");
|
||||
user.setEmail("toto@docs.com");
|
||||
user.setRoleId("admin");
|
||||
user.setStorageCurrent(0l);
|
||||
user.setStorageQuota(10l);
|
||||
user.setPrivateKey("AwesomePrivateKey");
|
||||
user.setStorageQuota(10L);
|
||||
String id = userDao.create(user, "me");
|
||||
|
||||
TransactionUtil.commit();
|
||||
|
||||
Reference in New Issue
Block a user