remove unused env

This commit is contained in:
Girish Ramakrishnan 2021-02-20 11:40:11 -08:00
parent d3682bc960
commit 2ff1b29ace
1 changed files with 0 additions and 3 deletions

View File

@ -18,9 +18,6 @@ var by = webdriver.By,
var username = 'admin',
password = 'changeme';
process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0';
describe('Application life cycle test', function () {
this.timeout(0);