chore: fix remaining tests

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-09-03 13:16:14 +02:00
parent 40b8a7a280
commit 5cbb4c6fd1
2 changed files with 1 additions and 2 deletions
@@ -74,7 +74,7 @@ describe('BackwardsCompatProvider', () => {
);
expect(screen.getByTestId('ctx').textContent).toMatchInlineSnapshot(`
"plugins: app
"plugins: test, app
components: NotFoundErrorPage, BootErrorPage, Progress, Router, ErrorBoundaryFallback
icons: brokenImage, catalog, scaffolder, techdocs, search, chat, dashboard, docs, email, github, group, help, kind:api, kind:component, kind:domain, kind:group, kind:location, kind:system, kind:user, kind:resource, kind:template, user, warning"
`);
@@ -72,7 +72,6 @@ describe('AppRootWrapperBlueprint', () => {
it('should render the complex component wrapper', async () => {
const extension = AppRootWrapperBlueprint.makeWithOverrides({
name: 'test',
config: {
schema: {
name: z => z.string(),