Skip to content

Commit ee07f33

Browse files
[backend] update tests (#4538)
1 parent f14a90d commit ee07f33

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 = 1085;
25+
export const RAW_EVENTS_SIZE = 1083;
2626
export const SYNC_LIVE_EVENTS_SIZE = 608;
2727

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

0 commit comments

Comments
 (0)