@@ -161,7 +161,7 @@ async def test_getone(self) -> None:
161161 "kind" : SpanKind .CONSUMER ,
162162 "attributes" : {
163163 messaging_attributes .MESSAGING_SYSTEM : messaging_attributes .MessagingSystemValues .KAFKA .value ,
164- server_attributes .SERVER_ADDRESS : ' "localhost"' ,
164+ server_attributes .SERVER_ADDRESS : "localhost" ,
165165 messaging_attributes .MESSAGING_CLIENT_ID : client_id ,
166166 messaging_attributes .MESSAGING_DESTINATION_NAME : "topic_1" ,
167167 messaging_attributes .MESSAGING_DESTINATION_PARTITION_ID : "1" ,
@@ -178,7 +178,7 @@ async def test_getone(self) -> None:
178178 "kind" : SpanKind .CONSUMER ,
179179 "attributes" : {
180180 messaging_attributes .MESSAGING_SYSTEM : messaging_attributes .MessagingSystemValues .KAFKA .value ,
181- server_attributes .SERVER_ADDRESS : ' "localhost"' ,
181+ server_attributes .SERVER_ADDRESS : "localhost" ,
182182 messaging_attributes .MESSAGING_CLIENT_ID : client_id ,
183183 messaging_attributes .MESSAGING_DESTINATION_NAME : "topic_2" ,
184184 messaging_attributes .MESSAGING_DESTINATION_PARTITION_ID : "2" ,
@@ -296,7 +296,7 @@ async def test_getmany(self) -> None:
296296 "kind" : SpanKind .CONSUMER ,
297297 "attributes" : {
298298 messaging_attributes .MESSAGING_SYSTEM : messaging_attributes .MessagingSystemValues .KAFKA .value ,
299- server_attributes .SERVER_ADDRESS : ' "localhost"' ,
299+ server_attributes .SERVER_ADDRESS : "localhost" ,
300300 messaging_attributes .MESSAGING_CLIENT_ID : client_id ,
301301 messaging_attributes .MESSAGING_DESTINATION_NAME : "topic_1" ,
302302 messaging_attributes .MESSAGING_DESTINATION_PARTITION_ID : "1" ,
@@ -313,7 +313,7 @@ async def test_getmany(self) -> None:
313313 "kind" : SpanKind .CLIENT ,
314314 "attributes" : {
315315 messaging_attributes .MESSAGING_SYSTEM : messaging_attributes .MessagingSystemValues .KAFKA .value ,
316- server_attributes .SERVER_ADDRESS : ' "localhost"' ,
316+ server_attributes .SERVER_ADDRESS : "localhost" ,
317317 messaging_attributes .MESSAGING_CLIENT_ID : client_id ,
318318 messaging_attributes .MESSAGING_DESTINATION_NAME : "topic_1" ,
319319 messaging_attributes .MESSAGING_DESTINATION_PARTITION_ID : "1" ,
@@ -328,7 +328,7 @@ async def test_getmany(self) -> None:
328328 "kind" : SpanKind .CONSUMER ,
329329 "attributes" : {
330330 messaging_attributes .MESSAGING_SYSTEM : messaging_attributes .MessagingSystemValues .KAFKA .value ,
331- server_attributes .SERVER_ADDRESS : ' "localhost"' ,
331+ server_attributes .SERVER_ADDRESS : "localhost" ,
332332 messaging_attributes .MESSAGING_CLIENT_ID : client_id ,
333333 messaging_attributes .MESSAGING_DESTINATION_NAME : "topic_2" ,
334334 messaging_attributes .MESSAGING_DESTINATION_PARTITION_ID : "2" ,
@@ -345,7 +345,7 @@ async def test_getmany(self) -> None:
345345 "kind" : SpanKind .CLIENT ,
346346 "attributes" : {
347347 messaging_attributes .MESSAGING_SYSTEM : messaging_attributes .MessagingSystemValues .KAFKA .value ,
348- server_attributes .SERVER_ADDRESS : ' "localhost"' ,
348+ server_attributes .SERVER_ADDRESS : "localhost" ,
349349 messaging_attributes .MESSAGING_CLIENT_ID : client_id ,
350350 messaging_attributes .MESSAGING_DESTINATION_NAME : "topic_2" ,
351351 messaging_attributes .MESSAGING_DESTINATION_PARTITION_ID : "2" ,
@@ -360,7 +360,7 @@ async def test_getmany(self) -> None:
360360 "kind" : SpanKind .CLIENT ,
361361 "attributes" : {
362362 messaging_attributes .MESSAGING_SYSTEM : messaging_attributes .MessagingSystemValues .KAFKA .value ,
363- server_attributes .SERVER_ADDRESS : ' "localhost"' ,
363+ server_attributes .SERVER_ADDRESS : "localhost" ,
364364 messaging_attributes .MESSAGING_CLIENT_ID : client_id ,
365365 messaging_attributes .MESSAGING_CONSUMER_GROUP_NAME : group_id ,
366366 messaging_attributes .MESSAGING_OPERATION_NAME : "poll" ,
0 commit comments