Fixed test
This commit is contained in:
parent
5f16bbd867
commit
ec11c9f8ab
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue