Skip to content

Commit

Permalink
Laravel instrumentation: prevent real Http requests from leaking.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLightfootWild committed Aug 12, 2023
1 parent 4cc513c commit 7c02e60
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ public function setUp(): void
$this->scope = Configurator::create()
->withTracerProvider($this->tracerProvider)
->activate();

Http::fake();
}

public function tearDown(): void
Expand Down

0 comments on commit 7c02e60

Please sign in to comment.