@@ -430,7 +430,7 @@ describe('expandShorthandExtensionParameters', () => {
|
||||
expect(() =>
|
||||
run({ 'core.router': { foo: { settings: true } } }),
|
||||
).toThrowErrorMatchingInlineSnapshot(
|
||||
`"Invalid extension configuration at app.extensions[1][core.router].foo, unknown parameter; expected one of 'id', 'at', 'disabled', 'extension', 'config'"`,
|
||||
`"Invalid extension configuration at app.extensions[1][core.router].foo, unknown parameter; expected one of 'at', 'disabled', 'extension', 'config'"`,
|
||||
);
|
||||
});
|
||||
});
|
||||
|
||||
@@ -23,7 +23,6 @@ import { JsonValue } from '@backstage/types';
|
||||
import omitBy from 'lodash/omitBy';
|
||||
|
||||
const knownExtensionInstanceParameters = [
|
||||
'id',
|
||||
'at',
|
||||
'disabled',
|
||||
'extension',
|
||||
|
||||
Reference in New Issue
Block a user