diff --git a/test/grpc/FullTextSearch.spec.ts b/test/grpc/FullTextSearch.spec.ts index 8e4a018d..3560d555 100644 --- a/test/grpc/FullTextSearch.spec.ts +++ b/test/grpc/FullTextSearch.spec.ts @@ -252,8 +252,6 @@ describe(`FulltextSearch API`, () => { consistency_level: ConsistencyLevelEnum.Strong, }); - console.dir(search3, { depth: null }); - expect(search3.status.error_code).toEqual(ErrorCode.SUCCESS); }); });