1
0
Fork 0
mirror of synced 2024-06-08 13:34:45 +12:00

Fixing test case.

This commit is contained in:
mike12345567 2022-02-28 18:53:03 +00:00
parent eaec0e2e17
commit 3028c34564

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