From b4027af9b45f2fdb8d669d0bb871367b96ed6e76 Mon Sep 17 00:00:00 2001 From: Nathan Xu Date: Tue, 29 Oct 2024 20:47:42 -0400 Subject: [PATCH] Sync up command logging specs (#1537) --- .../resources/unified-test-format/command-logging/command.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/driver-core/src/test/resources/unified-test-format/command-logging/command.json b/driver-core/src/test/resources/unified-test-format/command-logging/command.json index 3d5c2570be2..d2970df692f 100644 --- a/driver-core/src/test/resources/unified-test-format/command-logging/command.json +++ b/driver-core/src/test/resources/unified-test-format/command-logging/command.json @@ -93,6 +93,7 @@ "component": "command", "data": { "message": "Command succeeded", + "databaseName": "logging-tests", "commandName": "ping", "reply": { "$$type": "string" @@ -177,6 +178,7 @@ "component": "command", "data": { "message": "Command failed", + "databaseName": "logging-tests", "commandName": "find", "failure": { "$$exists": true