Remove extra brace

Signed-off-by: Scott Guymer <scott.guymer@philips.com>
This commit is contained in:
Scott Guymer
2023-07-28 09:43:52 +02:00
parent d4f19a16bd
commit e5f5054bb0
@@ -95,7 +95,7 @@ describe('DefaultCatalogCollatorEntityTransformer', () => {
expect(document).toMatchObject({
title: userEntity.metadata.name,
text: `${userEntity.metadata.description} : ${userEntity.spec.profile.displayName} : ${userEntity.spec.profile.email}}`,
text: `${userEntity.metadata.description} : ${userEntity.spec.profile.displayName} : ${userEntity.spec.profile.email}`,
namespace: 'default',
componentType: 'other',
lifecycle: '',