1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-09-16 09:26:25 +02:00
This commit is contained in:
Nathan Baulch
2024-09-09 16:53:15 +10:00
committed by GitHub
parent b37e8a9860
commit 506a9baf5e
53 changed files with 100 additions and 102 deletions

View File

@@ -297,7 +297,7 @@ func TestRequestHeader(t *testing.T) {
}, got)
}
func TestReponseHeader(t *testing.T) {
func TestResponseHeader(t *testing.T) {
ips := []string{"127.0.0.5", "127.0.0.9"}
user := []string{"alice"}
h := http.Header{"ips": ips, "user": user}

View File

@@ -297,7 +297,7 @@ func TestRequestHeader(t *testing.T) {
}, got)
}
func TestReponseHeader(t *testing.T) {
func TestResponseHeader(t *testing.T) {
ips := []string{"127.0.0.5", "127.0.0.9"}
user := []string{"alice"}
h := http.Header{"ips": ips, "user": user}

View File

@@ -323,7 +323,7 @@ func TestRequestHeader(t *testing.T) {
}, got)
}
func TestReponseHeader(t *testing.T) {
func TestResponseHeader(t *testing.T) {
ips := []string{"127.0.0.5", "127.0.0.9"}
user := []string{"alice"}
h := http.Header{"ips": ips, "user": user}