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/27 18:20:06 UTC

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

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