Skip to content

Commit

Permalink
fix: error
Browse files Browse the repository at this point in the history
  • Loading branch information
SychO9 committed Sep 29, 2023
1 parent 499f203 commit 91da308
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public function can_suspend_user_if_allowed(?int $authenticatedAs, int $targetUs
{
$response = $this->sendSuspensionRequest($authenticatedAs, $targetUserId);

$this->assertEquals(200, $response->getStatusCode());
$this->assertEquals(200, $response->getStatusCode(), $response->getBody()->getContents());
}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
@endsection

@section('content')
{{ $infoContent }}
{{ $infoContent ?? '' }}
@endsection

@section('footer')
Expand Down

0 comments on commit 91da308

Please sign in to comment.