Skip to content

Commit

Permalink
chore: Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylareopelle committed Oct 21, 2024
1 parent 3af19f9 commit 363b808
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -632,10 +632,6 @@
)

assert_requested(:post, 'http://localhost:4318/v1/traces') do |req|
# Zlib.gzip adds a timestamp, which may be different than the one in the
# encoded req.body due to the test timing, and may cause an intermittent
# failure. Compare the unzipped request with the encoded_estr to avoid
# the timestamp interfering with the equality check.
Zlib.gunzip(req.body) == encoded_etsr
end
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -637,10 +637,6 @@
)

assert_requested(:post, 'http://localhost:4318/v1/metrics') do |req|
# Zlib.gzip adds a timestamp, which may be different than the one in the
# encoded req.body due to the test timing, and may cause an intermittent
# failure. Compare the unzipped request with the encoded_estr to avoid
# the timestamp interfering with the equality check.
Zlib.gunzip(req.body) == encoded_etsr
end
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -775,10 +775,6 @@
)

assert_requested(:post, 'http://localhost:4318/v1/traces') do |req|
# Zlib.gzip adds a timestamp, which may be different than the one in the
# encoded req.body due to the test timing, and may cause an intermittent
# failure. Compare the unzipped request with the encoded_estr to avoid
# the timestamp interfering with the equality check.
Zlib.gunzip(req.body) == encoded_etsr
end
end
Expand Down

0 comments on commit 363b808

Please sign in to comment.