fixed test match

This commit is contained in:
HoneyryderChuck 2023-05-01 01:19:43 +01:00
parent 5ad314607d
commit 1765ddf0f8

View File

@ -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