Skip to content

Commit

Permalink
debug issue in action build
Browse files Browse the repository at this point in the history
  • Loading branch information
skie committed Oct 4, 2024
1 parent 4e78603 commit f794100
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ public function tearDown(): void
public function testSuccessLogin()
{
$this->sendRequest('/auth/jwt_login', 'POST', ['username' => 'user-1', 'password' => '12345']);
print_r((string)$this->_response->getBody());
$result = $this->getJsonResponse();
$this->assertSuccess($result);
$this->assertTrue(is_array($result['data']));
Expand Down

0 comments on commit f794100

Please sign in to comment.