Skip to content

Commit f794100

Browse files
committed
debug issue in action build
1 parent 4e78603 commit f794100

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/TestCase/Integration/Service/Action/Auth/JwtLoginActionTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ public function tearDown(): void
6464
public function testSuccessLogin()
6565
{
6666
$this->sendRequest('/auth/jwt_login', 'POST', ['username' => 'user-1', 'password' => '12345']);
67+
print_r((string)$this->_response->getBody());
6768
$result = $this->getJsonResponse();
6869
$this->assertSuccess($result);
6970
$this->assertTrue(is_array($result['data']));

0 commit comments

Comments
 (0)