You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/03/26 21:56:43 UTC

[GitHub] [airflow] bbovenzi commented on a change in pull request #15043: improve react-query testing

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:
users@infra.apache.org