diff --git a/test/basic.ssr.test.js b/test/basic.ssr.test.js index 0310c03882..64657f1158 100755 --- a/test/basic.ssr.test.js +++ b/test/basic.ssr.test.js @@ -25,7 +25,7 @@ test.serial('Init Nuxt.js', async t => { }, render: { csp: { - hashAlgorithm: 'sha256', + enabled: true, allowedSources: ['https://example.com', 'https://example.io'] } }