This commit is contained in:
Girish Ramakrishnan
2019-05-05 11:06:52 -07:00
parent dfa5a0f5fe
commit 22be3ad948
+1 -1
View File
@@ -52,7 +52,7 @@ describe('Appstore', function () {
it('cannot send alive status without cloudron token', function (done) {
appstore.sendAliveStatus(function (error) {
expect(error).to.be.ok();
expect(error.reason).to.equal(AppstoreError.BILLING_REQUIRED);
expect(error.reason).to.equal(AppstoreError.INVALID_TOKEN);
done();
});
});