mirror of
https://github.com/gchq/CyberChef.git
synced 2026-02-04 06:20:34 -08:00
test: update help API expected results to include RenderPDF operation
This commit is contained in:
parent
6967ffe4f7
commit
6698519193
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ TestRegister.addApiTests([
|
|||
|
||||
it("chef.help: returns multiple results", () => {
|
||||
const result = chef.help("base 64");
|
||||
assert.strictEqual(result.length, 13);
|
||||
assert.strictEqual(result.length, 14);
|
||||
}),
|
||||
|
||||
it("chef.help: looks in description for matches too", () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue