Skip to content

Commit 25361b2

Browse files
committed
fix test
1 parent 5ef5f95 commit 25361b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integrations/pymongo/test_pymongo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def test_breadcrumbs(
130130
assert "1" in crumb["message"]
131131
else:
132132
assert "1" not in crumb["message"]
133-
assert crumb["type"] == "db.query"
133+
assert crumb["type"] == "query"
134134
assert crumb["data"] == {
135135
"db.name": "test_db",
136136
"db.system": "mongodb",

0 commit comments

Comments
 (0)