1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

Applied latest styleCI changes

This commit is contained in:
Dan Brown
2022-03-09 14:30:36 +00:00
parent fd26f54b99
commit ee6a2339b6
2 changed files with 4 additions and 2 deletions

View File

@ -130,7 +130,7 @@ class SecurityHeaderTest extends TestCase
{
config()->set([
'app.iframe_sources' => 'https://example.com',
'services.drawio' => 'https://diagrams.example.com/testing?cat=dog',
'services.drawio' => 'https://diagrams.example.com/testing?cat=dog',
]);
$resp = $this->get('/');