Skip to content

Commit

Permalink
Fix failing main. (#20094)
Browse files Browse the repository at this point in the history
(cherry picked from commit 50b7296)
  • Loading branch information
ephraimbuddy authored and potiuk committed Dec 11, 2021
1 parent a4c8201 commit 00652ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/www/views/test_views_rendered.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 "
Expand Down

0 comments on commit 00652ec

Please sign in to comment.