Skip to content

Commit f542a3f

Browse files
[backend] + 5 raw events (#4538)
1 parent 48173d6 commit f542a3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opencti-platform/opencti-graphql/tests/utils/testQuery.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export const SYNC_LIVE_START_REMOTE_URI = conf.get('app:sync_live_start_remote_u
2222
export const SYNC_DIRECT_START_REMOTE_URI = conf.get('app:sync_direct_start_remote_uri');
2323
export const SYNC_RESTORE_START_REMOTE_URI = conf.get('app:sync_restore_start_remote_uri');
2424
export const SYNC_TEST_REMOTE_URI = `http://api-tests:${PORT}`;
25-
export const RAW_EVENTS_SIZE = 1083;
25+
export const RAW_EVENTS_SIZE = 1088;
2626
export const SYNC_LIVE_EVENTS_SIZE = 608;
2727

2828
export const PYTHON_PATH = './src/python/testing';

0 commit comments

Comments
 (0)