1
0
Fork 0
mirror of synced 2024-06-02 18:44:54 +12:00

Removing test case.

This commit is contained in:
mike12345567 2022-02-25 19:02:27 +00:00
parent 91508ae141
commit 5567ca49c4

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 () => {
})
})