Skip to content

Commit

Permalink
[backend] Fix cherry pick counters
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelHassine committed Aug 30, 2024
1 parent 0ff69a2 commit 7bccbba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opencti-platform/opencti-graphql/tests/utils/testQuery.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const SYNC_DIRECT_START_REMOTE_URI = conf.get('app:sync_direct_start_remo
export const SYNC_RESTORE_START_REMOTE_URI = conf.get('app:sync_restore_start_remote_uri');
export const SYNC_TEST_REMOTE_URI = `http://api-tests:${PORT}`;
export const RAW_EVENTS_SIZE = 1065;
export const SYNC_LIVE_EVENTS_SIZE = 607;
export const SYNC_LIVE_EVENTS_SIZE = 600;

export const PYTHON_PATH = './src/python/testing';
export const API_URI = `http://localhost:${conf.get('app:port')}`;
Expand Down

0 comments on commit 7bccbba

Please sign in to comment.