There was an error while loading. Please reload this page.
1 parent 4a8cabd commit 2b6b21fCopy full SHA for 2b6b21f
1 file changed
opentelemetry-api/tests/baggage/test_baggage.py
@@ -17,7 +17,6 @@
17
from unittest import TestCase
18
19
from opentelemetry.baggage import (
20
- _is_valid_key,
21
_is_valid_value,
22
clear,
23
get_all,
@@ -80,8 +79,5 @@ def test_clear_baggage(self):
80
79
ctx = clear(context=ctx)
81
self.assertEqual(get_all(context=ctx), {})
82
83
- def test__is_valid_key(self):
84
- _is_valid_key
85
-
86
def test__is_valid_value(self):
87
self.assertTrue(_is_valid_value("GET%20%2Fapi%2F%2Freport"))
0 commit comments