rename location to test

This commit is contained in:
Girish Ramakrishnan 2017-04-04 20:17:35 -07:00
parent 08a6b9c7d3
commit 7f09e8c047
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ describe('Application life cycle test', function () {
this.timeout(0);
var firefox = require('selenium-webdriver/chrome');
var server, browser = new firefox.Driver();
var LOCATION = 'gogstest';
var LOCATION = 'test';
var repodir = '/tmp/testrepo';
var app, reponame = 'testrepo';
var username = process.env.USERNAME;