From 1921a10979596a20390475246b282f75688c463d Mon Sep 17 00:00:00 2001 From: Cristiano Piemontese Date: Thu, 10 Oct 2024 11:12:43 +0200 Subject: [PATCH] I'll get them all eventually --- test/telepoison_test.exs | 1 - 1 file changed, 1 deletion(-) diff --git a/test/telepoison_test.exs b/test/telepoison_test.exs index 04aa8da..d397838 100644 --- a/test/telepoison_test.exs +++ b/test/telepoison_test.exs @@ -37,7 +37,6 @@ defmodule TelepoisonTest do assert {"http.request.method", "GET"} in attributes assert {"http.response.status_code", 200} in attributes - assert {"net.peer.name", "localhost"} in attributes assert {"server.address", "localhost"} in attributes assert {"server.port", 8000} in attributes assert {"url.full", "http://localhost:8000"} in attributes