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 2022/08/21 13:58:26 UTC

[GitHub] [airflow] eladkal commented on pull request #25715: Redirect to home view when there are no valid tags in the URL

eladkal commented on PR #25715:
URL: https://github.com/apache/airflow/pull/25715#issuecomment-1221551693

   Tests are failing:
   ```
     =================================== FAILURES ===================================
     ____________________________ test_home_filter_tags _____________________________
     
     admin_client = <FlaskClient <Flask 'airflow.www.app'>>
     
         def test_home_filter_tags(admin_client):
             with admin_client:
                 admin_client.get('home?tags=example&tags=data', follow_redirects=True)
     >           assert 'example,data' == flask.session[FILTER_TAGS_COOKIE]
     E           AssertionError: assert 'example,data' == None
     
     tests/www/views/test_views_home.py:75: AssertionError
   ```


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

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org