fix JSON Path for dict it test
This commit is contained in:
parent
b4a4c5dcee
commit
111e4d0e32
1 changed files with 5 additions and 0 deletions
|
@ -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() + "\")}";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue