summaryrefslogtreecommitdiff
path: root/osprofiler/tests/unit/drivers/test_mongodb.py
diff options
context:
space:
mode:
Diffstat (limited to 'osprofiler/tests/unit/drivers/test_mongodb.py')
-rw-r--r--osprofiler/tests/unit/drivers/test_mongodb.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/osprofiler/tests/unit/drivers/test_mongodb.py b/osprofiler/tests/unit/drivers/test_mongodb.py
index b11b97f..6037653 100644
--- a/osprofiler/tests/unit/drivers/test_mongodb.py
+++ b/osprofiler/tests/unit/drivers/test_mongodb.py
@@ -143,7 +143,7 @@ class MongoDBParserTestCase(test.TestCase):
"db": {
"params": {
- },
+ },
"statement": "SELECT 1"
},
"service": None
@@ -305,8 +305,7 @@ class MongoDBParserTestCase(test.TestCase):
"finished": 88,
"name": "total",
"started": 0,
- "last_trace_started": 88
- },
+ "last_trace_started": 88},
"stats": {"db": {"count": 1, "duration": 20},
"wsgi": {"count": 3, "duration": 0}}}