Files
2020-04-08 10:39:44 -07:00

7 lines
210 B
Python

from ddtrace.propagation.utils import get_wsgi_header
class TestPropagationUtils(object):
def test_get_wsgi_header(self):
assert get_wsgi_header('x-datadog-trace-id') == 'HTTP_X_DATADOG_TRACE_ID'