Browse Source

Standardise Laravel tests config

Shalvah 3 months ago
parent
commit
7306738b5e
1 changed files with 2 additions and 1 deletions
  1. 2 1
      tests/BaseLaravelTest.php

+ 2 - 1
tests/BaseLaravelTest.php

@@ -86,8 +86,9 @@ class BaseLaravelTest extends TestCase
                 )
             ),
             output: Config\Output::with(
-                type: Config\Output::staticType(
+                type: Config\Output::laravelType(
                     theme: Config\InHouseTheme::Legacy,
+                    docsUrl: '/apidocs'
                 ),
                 baseUrls: [
                     "production" => config("app.base_url"),