diff --git a/test/integration/other/encryption.js b/test/integration/other/encryption.js index 433f3bd04..2835565d6 100644 --- a/test/integration/other/encryption.js +++ b/test/integration/other/encryption.js @@ -355,7 +355,7 @@ describe('managed encryption', () => { result['media/testfile.jpg'].should.equal('hello this is a suffixed file'); })))))); - it('should decrypt client audit log attachments', testService((service, container) => + it('should skip encrypted client audit log attachments and mark them as processed', testService((service, container) => service.login('alice', (asAlice) => asAlice.post('/v1/projects/1/key') .send({ passphrase: 'supersecret', hint: 'it is a secret' })