Use right tableid
This commit is contained in:
parent
2e240508c7
commit
2bc45336fc
|
@ -230,7 +230,7 @@ describe("row api - postgres", () => {
|
||||||
|
|
||||||
describe("search for rows", () => {
|
describe("search for rows", () => {
|
||||||
const search = (tableId: string | undefined, body?: object) =>
|
const search = (tableId: string | undefined, body?: object) =>
|
||||||
makeRequest("post", `/tables/${postgresTable._id}/rows/search`, body)
|
makeRequest("post", `/tables/${tableId}/rows/search`, body)
|
||||||
|
|
||||||
describe("empty search", () => {
|
describe("empty search", () => {
|
||||||
test("Given than a table has no rows, search without query returns empty", async () => {
|
test("Given than a table has no rows, search without query returns empty", async () => {
|
||||||
|
|
Loading…
Reference in New Issue