]> BookStack Code Mirror - bookstack/blobdiff - tests/SecurityHeaderTest.php
Added 404 response for non-existing setting categories
[bookstack] / tests / SecurityHeaderTest.php
index 1a0a6c9b3a1ad4b1fd964d547b2218848de4f984..d8ba5873fb85905c0afd00d2ec63a5ec09af3c19 100644 (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('/');