Skip to content

Commit

Permalink
fix: adapt test_views_rendered.py
Browse files Browse the repository at this point in the history
Signed-off-by: sudipto baral <sudiptobaral.me@gmail.com>
  • Loading branch information
sudiptob2 committed Apr 13, 2024
1 parent 89a4dfb commit 12547f7
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 @@ -215,7 +215,7 @@ def test_user_defined_filter_and_macros_raise_error(admin_client, create_dag_run
resp = admin_client.get(url, follow_redirects=True)
assert resp.status_code == 200

resp_html: str = resp.data.decode("utf-8")
resp_html: str = resp.text
assert "echo Hello Apache Airflow" not in resp_html
assert (
"Webserver does not have access to User-defined Macros or Filters when "
Expand Down

0 comments on commit 12547f7

Please sign in to comment.