diff options
author | Maximilian Krambach <[email protected]> | 2018-07-03 10:41:49 +0000 |
---|---|---|
committer | Maximilian Krambach <[email protected]> | 2018-07-03 10:41:49 +0000 |
commit | a52ec87d406379f1a6acd8d4f34605a4bac8683b (patch) | |
tree | be99e729d5aaa36b9a9dfd8e2663151f1711c93d /lang/js/src | |
parent | js: Demoextension update (diff) | |
download | gpgme-a52ec87d406379f1a6acd8d4f34605a4bac8683b.tar.gz gpgme-a52ec87d406379f1a6acd8d4f34605a4bac8683b.zip |
js: fixing Key import/export test
--
* BrowserTestExtension:
- The KeyImport/Export test had some errors, which have now been fixed
- The secret key used for the test examples is now placed more
prominently, and a clarification added that decrypt tests will not
work if this key is not imported.
* permittedOperations.js: typo
Thanks to [email protected] for the fixes
Diffstat (limited to 'lang/js/src')
-rw-r--r-- | lang/js/src/permittedOperations.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/js/src/permittedOperations.js b/lang/js/src/permittedOperations.js index 044ae4af..312eaa52 100644 --- a/lang/js/src/permittedOperations.js +++ b/lang/js/src/permittedOperations.js @@ -272,7 +272,7 @@ export const permittedOperations = { answer: { type: [], data: { - 'result': 'Object' + 'result': 'object' } } }, |