diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/test-options-util.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test-options-util.js b/test/test-options-util.js index 425201ce..c4f9a3a9 100644 --- a/test/test-options-util.js +++ b/test/test-options-util.js @@ -454,7 +454,8 @@ function createProfileOptionsUpdatedTestData1() { checkForDuplicates: true, fieldTemplates: null, suspendNewCards: false, - noteGuiMode: 'browse' + noteGuiMode: 'browse', + apiKey: '' }, sentenceParsing: { scanExtent: 200, |