Remove extra brace
Signed-off-by: Scott Guymer <scott.guymer@philips.com>
This commit is contained in:
+1
-1
@@ -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: '',
|
||||
|
||||
Reference in New Issue
Block a user