mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-03 13:09:15 -04:00
Use const in PGP operation tests
This commit is contained in:
parent
2a4ddc34d5
commit
f25bfe96d7
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
*/
|
||||
import TestRegister from "../../TestRegister.js";
|
||||
|
||||
var CYBERCHEF_GENERATED_KEY_PAIRS = [
|
||||
const CYBERCHEF_GENERATED_KEY_PAIRS = [
|
||||
{
|
||||
name: "CyberChef 1",
|
||||
size: 1024,
|
||||
|
@ -75,7 +75,7 @@ var CYBERCHEF_GENERATED_KEY_PAIRS = [
|
|||
},
|
||||
];
|
||||
|
||||
var PGP_TEST_KEY_PAIRS = [
|
||||
const PGP_TEST_KEY_PAIRS = [
|
||||
{
|
||||
keyID: "a9510d8fd7e352f5",
|
||||
name: "CyberChef nopw 1024 <toby@toby.codes>",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue