We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cae821 commit feb3f26Copy full SHA for feb3f26
spec/core/middleware/response/zendesk_request_event_spec.rb
@@ -53,7 +53,7 @@
53
"zendesk.request",
54
hash_including(:duration, endpoint: "/api/v2/tickets", method: :get, status: 500)
55
)
56
- expect(instrumentation).not_to receive(:instrument).with("zendesk.rate_limit", hash_including(endpoint: "/api/v2/tickets", status: 200, threshold: 10, limit: 100, reset: 1234567890))
+ expect(instrumentation).not_to receive(:instrument).with("zendesk.rate_limit", hash_including(endpoint: "/api/v2/tickets", status: 200, threshold: 10, limit: 100, reset: 1234567890))
57
middleware.call(env).on_complete { |_response_env| 1 }
58
end
59
0 commit comments