We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05cbc74 commit 9be6ce4Copy full SHA for 9be6ce4
opencti-platform/opencti-graphql/tests/03-integration/02-resolvers/log-test.ts
@@ -97,8 +97,8 @@ describe('Log resolver standard behavior', async () => {
97
const historyChange = updateEvent.node.context_data.history_changes[0];
98
expect(historyChange).toEqual({
99
field: 'Report--description',
100
- history_previous: [],
101
- history_added: [{ raw: 'new description', translated: 'new description' }],
+ history_removed: [],
+ history_added: [{ raw: 'new description' }],
102
});
103
104
0 commit comments