Skip to content

Commit 12f3a31

Browse files
committed
fix knowledge asset error test
1 parent 8187a8c commit 12f3a31

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

apps/agent/tests/e2e/pages/chatbotPage.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,15 @@ class ChatbotPage {
117117
const publishMessage = `Create this Knowledge Asset on the DKG for me:
118118
119119
{
120-
"@context": "https://schema.org/",
120+
"@context": {
121+
"@vocab": "https://schema.org/"
122+
},
121123
"@type": "CreativeWork",
122124
"@id": "urn:first-dkg-ka:info:hello-dkg",
123125
"name": "Hello DKG",
124126
"description": "My first Knowledge Asset on the Decentralized Knowledge Graph!"
125-
}`;
127+
}
128+
`;
126129

127130
await this.sendMessage(publishMessage);
128131

0 commit comments

Comments
 (0)