test: fix status code
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user