Removing test case.

This commit is contained in:
mike12345567 2022-02-25 19:02:27 +00:00
parent b6e6f81d15
commit bc81b3f22c
1 changed files with 0 additions and 4 deletions

View File

@ -180,9 +180,5 @@ describe("check the queries endpoints", () => {
const res = await makeRequest("post", "/queries/search") const res = await makeRequest("post", "/queries/search")
expect(res).toSatisfyApiSpec() expect(res).toSatisfyApiSpec()
}) })
it("should allow executing a query", async () => {
})
}) })