Skip to content

Commit 88b26f8

Browse files
committed
nit in tests
Signed-off-by: wasup-yash <[email protected]>
1 parent 91abf27 commit 88b26f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: exporter/opentelemetry-exporter-otlp-proto-common/tests/test_attribute_encoder.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ def test_encode_attributes_all_kinds(self):
8181
)
8282
),
8383
),
84-
PB2AnyValue(
84+
PB2KeyValue(
8585
key="binary_data",
86-
value=PB2AnyValue(bytes_value=b'x00\x01\x02'),
86+
value=PB2AnyValue(bytes_value= b'x00\x01\x02'),
8787
),
8888
],
8989
)

0 commit comments

Comments
 (0)