Projects STRLCPY opencti Commits 813fa07e
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    opencti-platform/opencti-graphql/tests/02-integration/02-resolvers/settings-test.js
    skipped 46 lines
    47 47   expect(queryResult).not.toBeNull();
    48 48   const { about } = queryResult.data;
    49 49   expect(about).not.toBeNull();
    50  - expect(about.version).toContain('5.2.1');
     50 + expect(about.version).toContain('5.2.2');
    51 51   expect(about.dependencies.length).toEqual(3);
    52 52   });
    53 53   it('should settings information', async () => {
    skipped 80 lines
Please wait...
Page is in error, reload to recover