This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch v2-2-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 00652ec12e050cbee7bd68661ee88dac2e64ca53
Author: Ephraim Anierobi <[email protected]>
AuthorDate: Tue Dec 7 07:24:37 2021 +0100

    Fix failing main. (#20094)
    
    (cherry picked from commit 50b72961124db7fc83ab4695a958d009869f4d4c)
---
 tests/www/views/test_views_rendered.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/www/views/test_views_rendered.py 
b/tests/www/views/test_views_rendered.py
index f88db34..129baf7 100644
--- a/tests/www/views/test_views_rendered.py
+++ b/tests/www/views/test_views_rendered.py
@@ -157,7 +157,7 @@ def 
test_user_defined_filter_and_macros_raise_error(admin_client, create_dag_run
     assert resp.status_code == 200
 
     resp_html: str = resp.data.decode("utf-8")
-    assert "echo Hello Apache Airflow" in resp_html
+    assert "echo Hello Apache Airflow" not in resp_html
     assert (
         "Webserver does not have access to User-defined Macros or Filters when 
"
         "Dag Serialization is enabled. Hence for the task that have not yet "

Reply via email to