mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-24 16:56:15 -04:00
Tests now work
Also they'll work in the node API too now
This commit is contained in:
parent
821dd9c48c
commit
84eaaf4819
3 changed files with 10 additions and 5 deletions
|
@ -350,7 +350,7 @@ TestRegister.addTests([
|
|||
{
|
||||
name: "From MessagePack: no content",
|
||||
input: "",
|
||||
expectedOutput: "Could not decode MessagePack to JSON: RangeError: offset is outside the bounds of the DataView",
|
||||
expectedOutput: "Could not decode MessagePack to JSON: Error: Could not parse",
|
||||
recipeConfig: [
|
||||
{
|
||||
"op": "From Hex",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue