Use api calls for getTable test helper
This commit is contained in:
parent
c0581e41d3
commit
ce81248e66
|
@ -634,7 +634,7 @@ class TestConfiguration {
|
||||||
|
|
||||||
async getTable(tableId?: string) {
|
async getTable(tableId?: string) {
|
||||||
tableId = tableId || this.table!._id!
|
tableId = tableId || this.table!._id!
|
||||||
return this._req(null, { tableId }, controllers.table.find)
|
return this.api.table.get(tableId)
|
||||||
}
|
}
|
||||||
|
|
||||||
async createLinkedTable(
|
async createLinkedTable(
|
||||||
|
|
Loading…
Reference in New Issue