@@ -71,12 +71,10 @@ describe('MongoDB experimental Test', () => {
71
71
'db.connection_string' : expect . any ( String ) ,
72
72
'net.peer.name' : expect . any ( String ) ,
73
73
'net.peer.port' : expect . any ( Number ) ,
74
- 'db.statement' :
75
- '{"title":"?","_id":{"_bsontype":"?","id":"?"}}' ,
74
+ 'db.statement' : '{"title":"?","_id":{"_bsontype":"?","id":"?"}}' ,
76
75
'otel.kind' : 'CLIENT' ,
77
76
} ,
78
- description :
79
- '{"title":"?","_id":{"_bsontype":"?","id":"?"}}' ,
77
+ description : '{"title":"?","_id":{"_bsontype":"?","id":"?"}}' ,
80
78
op : 'db' ,
81
79
origin : 'auto.db.otel.mongo' ,
82
80
} ) ,
@@ -162,12 +160,10 @@ describe('MongoDB experimental Test', () => {
162
160
'db.connection_string' : expect . any ( String ) ,
163
161
'net.peer.name' : expect . any ( String ) ,
164
162
'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":"?"}}]}' ,
167
164
'otel.kind' : 'CLIENT' ,
168
165
} ,
169
- description :
170
- '{"endSessions":[{"id":{"_bsontype":"?","sub_type":"?","position":"?","buffer":"?"}}]}' ,
166
+ description : '{"endSessions":[{"id":{"_bsontype":"?","sub_type":"?","position":"?","buffer":"?"}}]}' ,
171
167
op : 'db' ,
172
168
origin : 'auto.db.otel.mongo' ,
173
169
} ) ,
0 commit comments