You've already forked opentelemetry-go
mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-09-16 09:26:25 +02:00
Fix typos (#5763)
This commit is contained in:
@@ -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}
|
||||
|
@@ -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}
|
||||
|
@@ -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}
|
||||
|
Reference in New Issue
Block a user