rename cloudron_token to appstore_api_token

This commit is contained in:
Girish Ramakrishnan
2022-03-31 21:50:53 -07:00
parent 638fe2e6c8
commit 656dca7c66
6 changed files with 35 additions and 26 deletions

View File

@@ -82,7 +82,7 @@ async function setup() {
const token = await tokens.add({ identifier: user.id, clientId: 'test-client-id', expires: Date.now() + (60 * 60 * 1000), name: 'fromtest' });
user.token = token.accessToken;
await settings._set(settings.CLOUDRON_TOKEN_KEY, exports.appstoreToken); // appstore token
await settings._set(settings.APPSTORE_API_TOKEN_KEY, exports.appstoreToken); // appstore token
}
async function cleanup() {