1
0
Fork 0
mirror of synced 2024-09-10 14:35:47 +12:00

Fixing test case.

This commit is contained in:
mike12345567 2022-02-28 18:53:03 +00:00
parent 8b6a9b7273
commit 84ef694712

View file

@ -247,7 +247,7 @@ class TestConfiguration {
async getTable(tableId = null) {
tableId = tableId || this.table._id
return this._req(null, { id: tableId }, controllers.table.find)
return this._req(null, { tableId }, controllers.table.find)
}
async createLinkedTable(relationshipType = null, links = ["link"]) {