Skip to content

Commit 1173add

Browse files
l12: lint
1 parent 06fe40d commit 1173add

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/Controllers/LaravelRequestDocsControllerTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ public function testApiMain(): void
2222
$response = $this->get(route('request-docs.api'))
2323
->assertStatus(Response::HTTP_OK);
2424

25-
$expected = (array) json_decode(
26-
File::get(base_path('tests/mocks/lrd-response.json')),
27-
true,
28-
);
25+
// $expected = (array) json_decode(
26+
// File::get(base_path('tests/mocks/lrd-response.json')),
27+
// true,
28+
// );
2929

3030
/** {@see \Rakutentech\LaravelRequestDocs\Tests\TestCase::registerRoutes()} */
3131
$this->assertCount(31, $response->json());

0 commit comments

Comments
 (0)