1
0
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:
Girish Ramakrishnan
2017-10-17 10:46:38 -07:00
parent 7481ed9f60
commit 3e04f6b996
4 changed files with 10 additions and 2 deletions

View File

@@ -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);