Skip to content

Commit

Permalink
chore: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
christyjacob4 committed May 23, 2024
1 parent f98aa4b commit 66804cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/Adapter/SentryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ protected function setUp(): void
$user = $parsed['user'] ?? '';
$scheme = $parsed['scheme'] ?? '';
$url = $scheme.'://'.$host;

$this->adapter = new Sentry($path, $user, $url);
}
}

0 comments on commit 66804cf

Please sign in to comment.