From e54fe1e34df914b5080177fc5b5ac3505da48627 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 23 Jul 2015 14:05:52 -0700 Subject: [PATCH] Fix typo --- test/app-flow-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () {