Skip to content

Commit

Permalink
test: fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylareopelle committed Dec 3, 2024
1 parent 2f7478a commit db11108
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@
)
)

assert_requested(:post, 'http://localhost:4318/v1/traces') do |req|
assert_requested(:post, 'http://localhost:4318/v1/logs') do |req|
Zlib.gunzip(req.body) == encoded_etsr
end
end
Expand Down

0 comments on commit db11108

Please sign in to comment.