rename appstore_token to cloudron_token

This commit is contained in:
Girish Ramakrishnan
2019-05-03 16:01:20 -07:00
parent fd0bdbce7e
commit 7e7e067b5b
7 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ describe('Appstore', function () {
expect(error).to.not.be.ok();
expect(scope.isDone()).to.be.ok();
settingsdb.set(settings.APPSTORE_TOKEN_KEY, APPSTORE_TOKEN, done);
settingsdb.set(settings.CLOUDRON_TOKEN_KEY, APPSTORE_TOKEN, done);
});
});