diff --git a/tests/RayTest.php b/tests/RayTest.php index ccb276d..626a7c2 100644 --- a/tests/RayTest.php +++ b/tests/RayTest.php @@ -218,8 +218,8 @@ public function it_can_replace_the_remote_path_with_the_local_one() ray('test'); - $this->assertEquals( - '/local_tests/RayTest.php', + $this->assertStringContainsString( + 'local_tests', Arr::get($this->client->sentPayloads(), '0.payloads.0.origin.file') ); }