Skip to content

Commit

Permalink
Tests updated to cover this error;
Browse files Browse the repository at this point in the history
  • Loading branch information
hans-thomas committed Sep 21, 2024
1 parent 90a8d9d commit f5a84ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Unit/SessionModelTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ class SessionModelTest extends TestCase
*/
public function create(): void
{
request()->headers->set('User-Agent','Mozilla/5.0 (X11; Linux x86_64; rv:130.0) Gecko/20100101 Firefox/130.0');
$user = UserFactory::createNormalUser();
$model = capture_session($user);

Expand Down

0 comments on commit f5a84ec

Please sign in to comment.