use the constant

This commit is contained in:
Girish Ramakrishnan
2016-05-24 13:20:28 -07:00
parent 7fb28662c1
commit b4ba17c599

View File

@@ -112,7 +112,7 @@ describe('Apps', function () {
var imageCreated = false;
before(function (done) {
safe.fs.unlinkSync(paths.DATA_DIR + '/INFRA_VERSION');
safe.fs.unlinkSync(paths.INFRA_VERSION_FILE);
child_process.execSync('docker ps -qa | xargs --no-run-if-empty docker rm -f');
dockerProxy = startDockerProxy(function interceptor(req, res) {