Change favicon/company enrichment urls (#9065)
We're moving favicon/telemetry/company enrichment to a separate url for better security/monitoring
This commit is contained in:
@ -64,7 +64,7 @@ describe('useGetObjectRecordIdentifierByNameSingular', () => {
|
||||
|
||||
expect(result.current.linkToShowPage).toBe('/object/company/recordId');
|
||||
expect(result.current.avatarUrl).toBe(
|
||||
'https://favicon.twenty.com/cool-company.com',
|
||||
'https://twenty-icons.com/cool-company.com',
|
||||
);
|
||||
expect(result.current.avatarType).toBe('squared');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user