test: remove only

This commit is contained in:
dswbx
2026-01-09 11:30:04 +01:00
parent 5384738b67
commit f9373bd0e6

View File

@@ -163,7 +163,7 @@ describe("MediaApi", () => {
}
});
it.only("should add overwrite query for entity upload", async (c) => {
it("should add overwrite query for entity upload", async (c) => {
const call = mock(() => null);
const hono = new Hono().post(
"/api/media/entity/:entity/:id/:field",