Use the correct set*Credentials()

This commit is contained in:
Johannes Zellner 2015-11-29 17:57:47 +01:00
parent 3ff8de052c
commit 42f4dbe7e1
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ describe('Cloudron update testing', function () {
appStore.setCredentials(owner.password, accessToken);
var adminAccessToken = appStore.getAccessToken(admin);
appStore.setCredentials(admin.password, adminAccessToken);
appStore.setAdminCredentials(admin.password, adminAccessToken);
});
it('can create a cloudron', function () {

View File

@ -31,7 +31,7 @@ describe('Cloudron user creation testing', function () {
appStore.setCredentials(owner.password, accessToken);
var adminAccessToken = appStore.getAccessToken(admin);
appStore.setCredentials(admin.password, adminAccessToken);
appStore.setAdminCredentials(admin.password, adminAccessToken);
});
it('can create a cloudron', function () {