1
0
Fork 0
mirror of synced 2024-07-15 03:05:57 +12:00

Use api calls for getTable test helper

This commit is contained in:
Adria Navarro 2024-01-26 10:58:46 +01:00
parent c0581e41d3
commit ce81248e66

View file

@ -634,7 +634,7 @@ class TestConfiguration {
async getTable(tableId?: string) {
tableId = tableId || this.table!._id!
return this._req(null, { tableId }, controllers.table.find)
return this.api.table.get(tableId)
}
async createLinkedTable(