1
0
Fork 0
mirror of synced 2024-09-08 21:51:58 +12:00

Removing test case.

This commit is contained in:
mike12345567 2022-02-25 19:02:27 +00:00
parent b6e6f81d15
commit bc81b3f22c

View file

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