diff --git a/integration_tests/sentry_test.rb b/integration_tests/sentry_test.rb index 613f56e2..027ea211 100644 --- a/integration_tests/sentry_test.rb +++ b/integration_tests/sentry_test.rb @@ -95,7 +95,7 @@ if RUBY_VERSION >= "2.4.0" response = HTTPX.get(uri) - verify_error_response(response, /Can't resolve unexisting/) + verify_error_response(response, /name or service not known/) assert response.is_a?(HTTPX::ErrorResponse), "response should contain errors" verify_spans(transaction, response, verb: "GET") crumb = Sentry.get_current_scope.breadcrumbs.peek