Skip to content

Commit b4027af

Browse files
Sync up command logging specs (#1537)
1 parent 4787a96 commit b4027af

File tree

1 file changed

+2
-0
lines changed
  • driver-core/src/test/resources/unified-test-format/command-logging

1 file changed

+2
-0
lines changed

driver-core/src/test/resources/unified-test-format/command-logging/command.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@
9393
"component": "command",
9494
"data": {
9595
"message": "Command succeeded",
96+
"databaseName": "logging-tests",
9697
"commandName": "ping",
9798
"reply": {
9899
"$$type": "string"
@@ -177,6 +178,7 @@
177178
"component": "command",
178179
"data": {
179180
"message": "Command failed",
181+
"databaseName": "logging-tests",
180182
"commandName": "find",
181183
"failure": {
182184
"$$exists": true

0 commit comments

Comments
 (0)