Skip to content

Commit ffe253b

Browse files
committed
[backend] fix stix ref relationships number
1 parent 32fecbf commit ffe253b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opencti-platform/opencti-graphql/tests/02-dataInjection/01-dataCount/middleware-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ describe('Relations listing', () => {
264264
expect(entityTypeMap.get('external-reference')).toBe(relationsCounter['external-reference']);
265265
expect(entityTypeMap.get('object-marking')).toBe(relationsCounter['object-marking']);
266266
expect(entityTypeMap.get('operating-system')).toBe(relationsCounter['operating-system']);
267-
expect(stixRefRelationships.edges.length).toEqual(129);
267+
expect(stixRefRelationships.edges.length).toEqual(130);
268268
});
269269
it('should list relations with roles', async () => {
270270
const stixRelations = await pageRelationsConnection(testContext, ADMIN_USER, 'uses', {

0 commit comments

Comments
 (0)