Skip to content

Commit 862af79

Browse files
committed
Update mock report data in UploadPage tests to use medicalComments instead of summary
1 parent 8569800 commit 862af79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/pages/Upload/__tests__/UploadPage.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ vi.mock('common/components/Upload/UploadModal', () => {
5555
bookmarked: false,
5656
processingStatus: ProcessingStatus.PROCESSED,
5757
labValues: [],
58-
summary: 'Test report summary',
58+
medicalComments: 'Test report medical comments',
5959
filePath: '/reports/test-report.pdf',
6060
originalFilename: 'test-report.pdf',
6161
fileSize: 1024,

0 commit comments

Comments
 (0)