test: fix status code

This commit is contained in:
Girish Ramakrishnan
2025-07-01 13:04:21 +02:00
parent 93aa4f086e
commit 24d93ea87d
+1 -1
View File
@@ -318,7 +318,7 @@ describe('Profile API', function () {
customAvatarSize = require('fs').readFileSync('./logo.png').length;
expect(response.status).to.be(202);
expect(response.status).to.be(204);
});
it('did set custom avatar', async function () {