Skip to content

Commit b2a6cd1

Browse files
committed
Remove deuplicated test.
1 parent 79b082e commit b2a6cd1

File tree

1 file changed

+0
-12
lines changed
  • instrumentation-genai/opentelemetry-instrumentation-google-genai/tests/utils

1 file changed

+0
-12
lines changed

instrumentation-genai/opentelemetry-instrumentation-google-genai/tests/utils/test_dict_util.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -219,18 +219,6 @@ def test_converts_tuple_with_json_fallback():
219219
}
220220

221221

222-
def test_converts_tuple_with_json_fallback():
223-
input_dict = {
224-
"foo": ("abc", 123),
225-
}
226-
output = dict_util.flatten_dict(input_dict)
227-
assert output == {
228-
"foo.length": 2,
229-
"foo[0]": "abc",
230-
"foo[1]": 123,
231-
}
232-
233-
234222
def test_json_conversion_handles_unicode():
235223
input_dict = {
236224
"foo": ("❤️", 123),

0 commit comments

Comments
 (0)