@@ -71,12 +71,10 @@ describe('MongoDB experimental Test', () => {
7171 'db.connection_string' : expect . any ( String ) ,
7272 'net.peer.name' : expect . any ( String ) ,
7373 'net.peer.port' : expect . any ( Number ) ,
74- 'db.statement' :
75- '{"title":"?","_id":{"_bsontype":"?","id":"?"}}' ,
74+ 'db.statement' : '{"title":"?","_id":{"_bsontype":"?","id":"?"}}' ,
7675 'otel.kind' : 'CLIENT' ,
7776 } ,
78- description :
79- '{"title":"?","_id":{"_bsontype":"?","id":"?"}}' ,
77+ description : '{"title":"?","_id":{"_bsontype":"?","id":"?"}}' ,
8078 op : 'db' ,
8179 origin : 'auto.db.otel.mongo' ,
8280 } ) ,
@@ -162,12 +160,10 @@ describe('MongoDB experimental Test', () => {
162160 'db.connection_string' : expect . any ( String ) ,
163161 'net.peer.name' : expect . any ( String ) ,
164162 'net.peer.port' : expect . any ( Number ) ,
165- 'db.statement' :
166- '{"endSessions":[{"id":{"_bsontype":"?","sub_type":"?","position":"?","buffer":"?"}}]}' ,
163+ 'db.statement' : '{"endSessions":[{"id":{"_bsontype":"?","sub_type":"?","position":"?","buffer":"?"}}]}' ,
167164 'otel.kind' : 'CLIENT' ,
168165 } ,
169- description :
170- '{"endSessions":[{"id":{"_bsontype":"?","sub_type":"?","position":"?","buffer":"?"}}]}' ,
166+ description : '{"endSessions":[{"id":{"_bsontype":"?","sub_type":"?","position":"?","buffer":"?"}}]}' ,
171167 op : 'db' ,
172168 origin : 'auto.db.otel.mongo' ,
173169 } ) ,
0 commit comments