Skip to content

Commit

Permalink
fix fix fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cpiemontese committed Oct 10, 2024
1 parent 6f93248 commit 9c50cda
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/telepoison_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ defmodule TelepoisonTest do
] ==
attributes |> Map.keys() |> Enum.sort()

assert {"http.method", "GET"} in attributes
assert {"http.request.method", "GET"} in attributes
assert {"http.response.status_code", 200} in attributes
assert {"net.peer.name", "localhost"} in attributes
Expand Down

0 comments on commit 9c50cda

Please sign in to comment.