summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorErik Michelson2020-08-23 01:35:45 +0200
committerErik Michelson2020-08-23 01:35:45 +0200
commit3115c472fb705de894739f574c2b0266f3fa3e0b (patch)
treed6ef374432fd309170419852d3bc51f59cd9ccb1 /test
parent89322603600b399d6b77692b590cbf00948a6f4c (diff)
Added dropbox.appKey to test config to fix failing tests
Signed-off-by: Erik Michelson <github@erik.michelson.eu>
Diffstat (limited to 'test')
-rw-r--r--test/csp.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/csp.js b/test/csp.js
index 8cf24b9a..0b00ecbb 100644
--- a/test/csp.js
+++ b/test/csp.js
@@ -27,7 +27,10 @@ describe('Content security policies', function () {
upgradeInsecureRequests: 'auto',
reportURI: undefined
},
- useCDN: true
+ useCDN: true,
+ dropbox: {
+ appKey: undefined
+ }
}
})