mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
chore: section-prefix remaining tool paths in docs, examples, benchmarks, and multi-input test
This commit is contained in:
@@ -130,7 +130,7 @@ describe("ExifTool security: internal path stripping", () => {
|
||||
});
|
||||
|
||||
it("does not strip non-sensitive paths", () => {
|
||||
const msg = "Use /api/v1/tools/convert endpoint";
|
||||
const msg = "Use /api/v1/tools/image/convert endpoint";
|
||||
expect(stripInternalPaths(msg)).toBe(msg);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user