Fixed test

This commit is contained in:
Luca Frosini 2022-10-03 17:00:49 +02:00
parent 5f16bbd867
commit ec11c9f8ab
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ public class CKANUserTest extends ContextTest {
@Test
public void create() throws Exception {
CKANUser ckanUser = getCKANUser();
String ret = ckanUser.create();
String ret = ckanUser.createInCkan();
logger.debug("{}", ret);
}