fix test app id

This commit is contained in:
Girish Ramakrishnan 2015-10-10 18:33:39 -07:00
parent b3a348cfa6
commit 18492778b8
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ var debug = require('debug')('e2e:common'),
exports = module.exports = {
TESTAPP_ID: 'io.cloudron.testapp',
TESTAPP_VERSION : '4.0.0',
TESTAPP_VERSION : '4.0.1',
cloudronDomain: cloudronDomain,
verifyResponse: verifyResponse,