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

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 153e489dd0 Fix test failing after open-lineage 1.0 API change (#33095)
153e489dd0 is described below

commit 153e489dd02d1ca182e7eef65acdcb5225802a9b
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
---
 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(

Reply via email to