From 3115c472fb705de894739f574c2b0266f3fa3e0b Mon Sep 17 00:00:00 2001 From: Erik Michelson Date: Sun, 23 Aug 2020 01:35:45 +0200 Subject: Added dropbox.appKey to test config to fix failing tests Signed-off-by: Erik Michelson --- test/csp.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'test/csp.js') 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 + } } }) -- cgit v1.2.3