diff --git a/test/app-flow-test.js b/test/app-flow-test.js index 80e8113..6271718 100644 --- a/test/app-flow-test.js +++ b/test/app-flow-test.js @@ -23,7 +23,7 @@ describe('Application flow test', function () { var appStore = new AppStore('https://api.staging.cloudron.io'); - var owner = common.owner(); + var owner = common.getOwner(); var res, latestVersion, cloudron, appId, box; it('can query versions', function () {