Skip to content

Commit

Permalink
Update instrumentation/opentelemetry_req/test/opentelemetry_req_test.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
bryannaegele authored Oct 16, 2023
1 parent 506be67 commit 3e85656
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ defmodule OpentelemetryReqTest do
)

assert resp.status == 204
assert_receive {:span, span(name: "GET /users/:id")}
assert_receive {:span, span(name: "/users/:id")}
refute_receive _
end

Expand Down

0 comments on commit 3e85656

Please sign in to comment.