Update plugins/scaffolder/src/components/fields/SecretInput/SecretInput.test.tsx
Co-authored-by: Fredrik Adelöw <freben@gmail.com> Signed-off-by: Ben Lambert <ben@blam.sh> Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
@@ -24,7 +24,7 @@ import { Form } from '@backstage/plugin-scaffolder-react/alpha';
|
||||
import validator from '@rjsf/validator-ajv8';
|
||||
import { fireEvent, act } from '@testing-library/react';
|
||||
|
||||
describe('<Secret/>', () => {
|
||||
describe('<SecretInput />', () => {
|
||||
const SecretsComponent = () => {
|
||||
const { secrets } = useTemplateSecrets();
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user