This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch v2-7-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 7d6aca479201bd67854dbf128afcaaffc51729f6 Author: Jarek Potiuk <[email protected]> AuthorDate: Fri Aug 4 08:33:42 2023 +0200 Fix test failing after open-lineage 1.0 API change (#33095) One more test fix needed after #33087 (cherry picked from commit 153e489dd02d1ca182e7eef65acdcb5225802a9b) --- tests/providers/openlineage/plugins/test_openlineage_adapter.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/providers/openlineage/plugins/test_openlineage_adapter.py b/tests/providers/openlineage/plugins/test_openlineage_adapter.py index b762d82800..cec69e0662 100644 --- a/tests/providers/openlineage/plugins/test_openlineage_adapter.py +++ b/tests/providers/openlineage/plugins/test_openlineage_adapter.py @@ -42,7 +42,6 @@ def test_create_client_from_ol_env(): client = OpenLineageAdapter().get_or_create_openlineage_client() assert client.transport.url == "http://ol-api:5000" - assert "Authorization" in client.transport.session.headers @conf_vars(
