]> BookStack Code Mirror - bookstack/blobdiff - tests/SecurityHeaderTest.php
Added more complexity in an attempt to make ldap host failover fit
[bookstack] / tests / SecurityHeaderTest.php
index 1a0a6c9b3a1ad4b1fd964d547b2218848de4f984..00459ec694178fd98677cbb094aa7184df8d7431 100644 (file)
@@ -3,6 +3,7 @@
 namespace Tests;
 
 use BookStack\Util\CspService;
+use Illuminate\Testing\TestResponse;
 
 class SecurityHeaderTest extends TestCase
 {
@@ -130,7 +131,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('/');