From 9c635e7907b9ca2e5f72e7617bd51c32045af4cd Mon Sep 17 00:00:00 2001 From: Branimir Rakic <33914812+branarakic@users.noreply.github.com> Date: Fri, 6 Jun 2025 13:50:53 +0200 Subject: [PATCH] Update get-command.js test --- src/commands/protocols/get/sender/get-command.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/protocols/get/sender/get-command.js b/src/commands/protocols/get/sender/get-command.js index 7924546f06..31f8c4ba8f 100644 --- a/src/commands/protocols/get/sender/get-command.js +++ b/src/commands/protocols/get/sender/get-command.js @@ -533,7 +533,7 @@ class GetCommand extends Command { contentType, ) { if (responseData?.assertion?.public) { - // We can only validate whole collection not particular KA + // We can only validate whole collection not particular Knowledge Asset if ( !knowledgeAssetId || (typeof knowledgeAssetId === 'object' &&