chore: set test entity kind to Component

Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2021-03-01 09:26:31 +01:00
parent bd630612b7
commit e2d3b6ada1
@@ -74,7 +74,7 @@ describe('catalog:register', () => {
namespace: 'default',
name: 'test',
},
kind: 'service',
kind: 'Component',
} as Entity,
],
});
@@ -91,7 +91,7 @@ describe('catalog:register', () => {
expect(mockContext.output).toBeCalledWith(
'entityRef',
'service:default/test',
'Component:default/test',
);
expect(mockContext.output).toBeCalledWith(
'catalogInfoUrl',