diff --git a/packages/server/src/api/routes/tests/search.spec.ts b/packages/server/src/api/routes/tests/search.spec.ts index 6600cf0da1..2c13cac014 100644 --- a/packages/server/src/api/routes/tests/search.spec.ts +++ b/packages/server/src/api/routes/tests/search.spec.ts @@ -211,7 +211,7 @@ datasourceDescribe( sort: this.query.sort, query: this.query.query || {}, paginate: this.query.paginate, - bookmark: this.query.bookmark, + bookmark: this.query.bookmark ?? undefined, limit: this.query.limit, sortOrder: this.query.sortOrder, sortType: this.query.sortType,