Correct error message in otel propagators test (#2522)

This commit is contained in:
Andrey Dudin
2022-08-26 11:43:37 +05:30
committed by GitHub
parent ce887f360a
commit 9016b6d28c
+1 -1
View File
@@ -16,7 +16,7 @@ import (
func TestGetPropogater(t *testing.T) {
if OtelPropagaters != "OTEL_PROPAGATORS" {
t.Errorf("Expected OTEL_PROPOGATORS to be set, got %s", OtelPropagaters)
t.Errorf("Expected OTEL_PROPAGATORS to be set, got %s", OtelPropagaters)
}
// tracecontext, baggage, b3, b3multi, jaeger, xray, ottrace, and none
tests := []struct {