diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-03-14 22:51:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-14 22:51:48 -0400 |
commit | 49b603c7561c1f39cd79c969e00b6069cedb2397 (patch) | |
tree | 8aea4642daa2d568579399ead8ca1bee236afca2 /test | |
parent | a52d86a39e9cca620823e3d97d7c129a7abafced (diff) |
Remove old settings page (#1524)
* Remove old settings page
* Remove spinner.gif
Diffstat (limited to 'test')
-rw-r--r-- | test/test-options-util.js | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/test-options-util.js b/test/test-options-util.js index 49ab8c9e..16faf512 100644 --- a/test/test-options-util.js +++ b/test/test-options-util.js @@ -561,12 +561,11 @@ function createOptionsUpdatedTestData1() { } ], profileCurrent: 0, - version: 9, + version: 10, global: { database: { prefixWildcardsSupported: false - }, - useSettingsV2: true + } } }; } |