mirror of
https://github.com/gchq/CyberChef
synced 2024-11-15 17:07:57 +00:00
Fix "Extract EXIF" tests
This commit is contained in:
parent
71796e3dbf
commit
478af40359
1 changed files with 2 additions and 10 deletions
|
@ -14,10 +14,6 @@ TestRegister.addTests([
|
|||
input: "",
|
||||
expectedOutput: "Found 0 tags.\n",
|
||||
recipeConfig: [
|
||||
{
|
||||
op: "From Hex",
|
||||
args: ["Space"]
|
||||
},
|
||||
{
|
||||
op: "Extract EXIF",
|
||||
args: [],
|
||||
|
@ -29,10 +25,6 @@ TestRegister.addTests([
|
|||
input: "hello world",
|
||||
expectedError: true,
|
||||
recipeConfig: [
|
||||
{
|
||||
op: "From Hex",
|
||||
args: ["Space"]
|
||||
},
|
||||
{
|
||||
op: "Extract EXIF",
|
||||
args: [],
|
||||
|
@ -77,7 +69,7 @@ TestRegister.addTests([
|
|||
recipeConfig: [
|
||||
{
|
||||
op: "From Hex",
|
||||
args: ["Space"]
|
||||
args: ["None"]
|
||||
},
|
||||
{
|
||||
op: "Extract EXIF",
|
||||
|
@ -92,7 +84,7 @@ TestRegister.addTests([
|
|||
recipeConfig: [
|
||||
{
|
||||
op: "From Hex",
|
||||
args: ["Space"]
|
||||
args: ["None"]
|
||||
},
|
||||
{
|
||||
op: "Extract EXIF",
|
||||
|
|
Loading…
Reference in a new issue