remove unused env
This commit is contained in:
parent
d3682bc960
commit
2ff1b29ace
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue