Skip to content

Commit ba63561

Browse files
committed
updated
1 parent e4a7bcf commit ba63561

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Lighthouse/tests/uploadEncrypted.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ describe('uploadEncrypted', () => {
8181
signedMessageEncryption
8282
)
8383
} catch (error) {
84-
expect(error.message).toBe('Error encrypting file')
84+
expect(error.message).toBe('Error: Error encrypting file')
8585
}
8686
}, 60000)
8787

@@ -96,7 +96,7 @@ describe('uploadEncrypted', () => {
9696
signedMessageEncryption
9797
)
9898
} catch (error) {
99-
expect(error.message).toBe('Request failed with status code 500')
99+
expect(error.message).toBe('Error: Authentication failed')
100100
}
101101
}, 60000)
102102
})

0 commit comments

Comments
 (0)