Skip to content

Commit

Permalink
Update tests/PirschTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
zepfietje authored Mar 7, 2024
1 parent 3599ff9 commit f59474e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/PirschTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
use Illuminate\Support\Facades\Http;
use Pirsch\Facades\Pirsch;

it('can track request', function () {
it('can track a request', function () {
config(['pirsch.token' => 'test_token']);
Http::fake([
'https://api.pirsch.io/api/v1/hit' => Http::response(),
Expand Down

0 comments on commit f59474e

Please sign in to comment.