Skip to content

Commit

Permalink
add prop 'application' in VeeamSummary.test
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanMarcMilletScality committed Oct 1, 2024
1 parent 19efd77 commit 8d43478
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/react/ui-elements/Veeam/VeeamSummary.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ import {
VeeamSummary,
} from './VeeamSummary';
import userEvent from '@testing-library/user-event';
import { VEEAM_DEFAULT_ACCOUNT_NAME } from './VeeamConstants';
import {
VEEAM_BACKUP_REPLICATION,
VEEAM_DEFAULT_ACCOUNT_NAME,
} from './VeeamConstants';

jest.mock('../../next-architecture/ui/CertificateDownloadButton', () => ({
CertificateDownloadButton: () => <button type="button">Download</button>,
Expand Down Expand Up @@ -67,6 +70,7 @@ describe('VeeamSummary', () => {
secretKey={SECRET_KEY}
bucketName={VEEAM_BUCKET_NAME}
enableImmutableBackup={true}
application={VEEAM_BACKUP_REPLICATION}
/>
);
};
Expand Down

0 comments on commit 8d43478

Please sign in to comment.