diff --git a/test/Sentry/Console/AboutCommandIntegrationTest.php b/test/Sentry/Console/AboutCommandIntegrationTest.php index 64419a56..e47cc172 100644 --- a/test/Sentry/Console/AboutCommandIntegrationTest.php +++ b/test/Sentry/Console/AboutCommandIntegrationTest.php @@ -1,6 +1,6 @@ get("/folio/user/{$user->id}")->assertOk(); - // This looks a little odd, but that is because we want to make the route model binding work in our tests - // normally this would look like `/folio/user/{User}` instead, see: https://laravel.com/docs/10.x/folio#route-model-binding. - $this->assertEquals('/folio/user/{.Sentry.Features.FolioPackageIntegrationUserModel}', Integration::getTransaction()); + // This looks a little odd, but that is because we want to make the route model binding work in our tests. + // Normally this would look like `/folio/user/{User}` instead, see: https://laravel.com/docs/10.x/folio#route-model-binding. + $this->assertEquals('/folio/user/{.Sentry.Laravel.Tests.Features.FolioPackageIntegrationUserModel}', Integration::getTransaction()); } } diff --git a/test/Sentry/Features/LogIntegrationTest.php b/test/Sentry/Features/LogIntegrationTest.php index 8c026fca..7d0aec81 100644 --- a/test/Sentry/Features/LogIntegrationTest.php +++ b/test/Sentry/Features/LogIntegrationTest.php @@ -1,6 +1,6 @@