Browse Source

Fixing test case.

master
mike12345567 5 years ago
parent
commit
3028c34564
  1. 2
      packages/server/src/tests/utilities/TestConfiguration.js

2
packages/server/src/tests/utilities/TestConfiguration.js

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

Loading…
Cancel
Save