fix e2e tests

This commit is contained in:
Pierre Noël 2022-10-17 18:55:21 +02:00
parent 4ee9757ec3
commit d517beb0be

View File

@ -949,9 +949,7 @@ describe('Relations', () => {
method: 'GET',
});
if (!foundReference.tag || Object.keys(foundReference.tag).length === 0) return;
expect(foundReference.tag).toBe(null);
expect(foundReference.tag.count).toBe(0);
});
});
});