1
0
mirror of https://git.cloudron.io/cloudron/freshrss-app synced 2025-09-02 13:25:15 +00:00

remove unused env

This commit is contained in:
Girish Ramakrishnan
2021-02-20 11:40:11 -08:00
parent d3682bc960
commit 2ff1b29ace

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);