Added dropbox.appKey to test config to fix failing tests

Signed-off-by: Erik Michelson <github@erik.michelson.eu>
This commit is contained in:
Erik Michelson 2020-08-23 01:35:45 +02:00
parent 8932260360
commit 3115c472fb
No known key found for this signature in database
GPG key ID: DB99ADDDC5C0AF82

View file

@ -27,7 +27,10 @@ describe('Content security policies', function () {
upgradeInsecureRequests: 'auto',
reportURI: undefined
},
useCDN: true
useCDN: true,
dropbox: {
appKey: undefined
}
}
})