From 070f99ea849b46989dd9935b3a423913868529dc Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 17 Dec 2015 20:47:09 -0800 Subject: [PATCH] typo --- test/custom-domain-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/custom-domain-test.js b/test/custom-domain-test.js index 1da9534..a5f074e 100644 --- a/test/custom-domain-test.js +++ b/test/custom-domain-test.js @@ -113,7 +113,7 @@ describe('Appstore new user flow', function () { }); it('can populate the addons', function () { - var res = request.post('https://' + location + '-' + box.domain + '/populate_addons').end(); + var res = request.post('https://' + location + '.' + box.domain + '/populate_addons').end(); assert.strictEqual(res.statusCode, 200); assert.strictEqual(res.body.mysql, 'OK'); assert.strictEqual(res.body.postgresql, 'OK');