File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ framework:
26
26
retry_strategy :
27
27
max_retries : 1
28
28
routing :
29
- ' \ Sentry\SentryBundle\Tests\End2End\App\Messenger\FooMessage' : async
30
- ' \ Sentry\SentryBundle\Tests\End2End\App\Messenger\SyncMessage' : sync
29
+ Sentry\SentryBundle\Tests\End2End\App\Messenger\FooMessage : async
30
+ Sentry\SentryBundle\Tests\End2End\App\Messenger\SyncMessage : sync
31
31
32
32
sentry :
33
33
messenger :
Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ public function testMessengerSyncDispatchUnwrapsErrors(): void
239
239
$ response = $ client ->getResponse ();
240
240
241
241
$ this ->assertInstanceOf (Response::class, $ response );
242
- $ this ->assertSame (200 , $ response ->getStatusCode ());
242
+ $ this ->assertSame (500 , $ response ->getStatusCode ());
243
243
244
244
$ this ->assertLastEventIdIsNull ($ client );
245
245
}
You can’t perform that action at this time.
0 commit comments