We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ef5f95 commit 25361b2Copy full SHA for 25361b2
tests/integrations/pymongo/test_pymongo.py
@@ -130,7 +130,7 @@ def test_breadcrumbs(
130
assert "1" in crumb["message"]
131
else:
132
assert "1" not in crumb["message"]
133
- assert crumb["type"] == "db.query"
+ assert crumb["type"] == "query"
134
assert crumb["data"] == {
135
"db.name": "test_db",
136
"db.system": "mongodb",
0 commit comments