ashb commented on a change in pull request #15043:
URL: https://github.com/apache/airflow/pull/15043#discussion_r602775903
##########
File path: airflow/ui/jest.config.js
##########
@@ -23,5 +23,6 @@
const neutrino = require('neutrino');
process.env.NODE_ENV = process.env.NODE_ENV || 'test';
+process.env.WEBSERVER_URL = process.env.WEBSERVER_URL ||
'http://localhost:9999';
Review comment:
By test environment what do you mean by a separate env? Like a full
running instance?
If this is just for mocked URLs then this is fine.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]