We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f14a90d commit ee07f33Copy full SHA for ee07f33
opencti-platform/opencti-graphql/tests/utils/testQuery.ts
@@ -22,7 +22,7 @@ export const SYNC_LIVE_START_REMOTE_URI = conf.get('app:sync_live_start_remote_u
22
export const SYNC_DIRECT_START_REMOTE_URI = conf.get('app:sync_direct_start_remote_uri');
23
export const SYNC_RESTORE_START_REMOTE_URI = conf.get('app:sync_restore_start_remote_uri');
24
export const SYNC_TEST_REMOTE_URI = `http://api-tests:${PORT}`;
25
-export const RAW_EVENTS_SIZE = 1085;
+export const RAW_EVENTS_SIZE = 1083;
26
export const SYNC_LIVE_EVENTS_SIZE = 608;
27
28
export const PYTHON_PATH = './src/python/testing';
0 commit comments