8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b3fd5f commit 2c8c394Copy full SHA for 2c8c394
src/Symfony/Bundle/WebProfilerBundle/Tests/Controller/ProfilerControllerTest.php
@@ -285,8 +285,8 @@ public function testSearchResultsAction($withCsp)
285
'limit' => 2,
286
'panel' => null,
287
'request' => $request,
288
- 'csp_script_nonce' => 'dummy_nonce',
289
- 'csp_style_nonce' => 'dummy_nonce',
+ 'csp_script_nonce' => $withCsp ? 'dummy_nonce' : null,
+ 'csp_style_nonce' => $withCsp ? 'dummy_nonce' : null,
290
]));
291
292
$response = $controller->searchResultsAction($request, 'empty');
0 commit comments