bbovenzi commented on a change in pull request #15043:
URL: https://github.com/apache/airflow/pull/15043#discussion_r602605145



##########
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:
       @ashb curious to get your opinion on if we should do this or have a 
fully separate test environment
   
   We just need some sort of realistic url.




-- 
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]


Reply via email to