Skip to content

Commit

Permalink
test/encryption: differentiate identical test names (#1102)
Browse files Browse the repository at this point in the history
This should make test results less ambiguous when one of the tests fails.
  • Loading branch information
alxndrsn authored Aug 16, 2024
1 parent eeb0e43 commit 4d56951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/other/encryption.js
Original file line number Diff line number Diff line change
Expand Up @@ -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' })
Expand Down

0 comments on commit 4d56951

Please sign in to comment.