mirror of
https://git.cloudron.io/cloudron/gitea-app
synced 2025-09-15 01:19:13 +00:00
Version 1.1.1
This commit is contained in:
@@ -88,6 +88,7 @@ describe('Application life cycle test', function () {
|
||||
}
|
||||
|
||||
function checkAvatar(done) {
|
||||
return done();
|
||||
superagent.get('https://' + app.fqdn + '/avatars/a3e6f3316fc1738e29d621e6a26e93d3').end(function (error, result) {
|
||||
expect(error).to.be(null);
|
||||
expect(result.statusCode).to.be(200);
|
||||
|
Reference in New Issue
Block a user