Fixing test case.

This commit is contained in:
mike12345567 2022-02-28 18:53:03 +00:00
parent 8b6a9b7273
commit 84ef694712
1 changed files with 1 additions and 1 deletions

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"]) {