Browse Source

tests fix

Zolotov Alexander 6 years ago
parent
commit
867f63b83c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/GenerateDocumentationTest.php

+ 1 - 1
tests/GenerateDocumentationTest.php

@@ -96,7 +96,7 @@ class GenerateDocumentationTest extends TestCase
     /** @test */
     public function console_command_work_with_rotes_uses_array()
     {
-        RouteFacade::get('/api/array/laravel/test', [TestController::class, 'withEndpointDescription']);
+        RouteFacade::get('/array/laravel/test', [TestController::class, 'withEndpointDescription']);
 
         config(['apidoc.routes.0.match.prefixes' => ['api/*']]);
         $output = $this->artisan('apidoc:generate');