fix JSON Path for dict it test

This commit is contained in:
nullpos 2017-06-19 19:24:19 +09:00
parent b4a4c5dcee
commit 111e4d0e32

View file

@ -61,4 +61,9 @@ public abstract class DictCrudTestBase extends CrudTestBase {
assertTrue(false);
}
@Override
protected String getJsonPath() {
return "response." + LIST_ENDPOINT_SUFFIX + ".findAll {it." + getKeyProperty() + ".startsWith(\"" + getNamePrefix() + "\")}";
}
}