potiuk commented on code in PR #46891:
URL: https://github.com/apache/airflow/pull/46891#discussion_r2211854419


##########
airflow-core/tests/unit/serialization/test_dag_serialization.py:
##########
@@ -1229,10 +1234,6 @@ def test_extra_serialized_field_and_operator_links(
             link = simple_task.get_extra_links(ti, name)
             assert link == expected
 
-        # Test Deserialized link registered via Airflow Plugin
-        link = simple_task.get_extra_links(ti, GoogleLink.name)
-        assert link == "https://www.google.com";

Review Comment:
   I will take a look tomorrow - possibly I cna solve the issue differently



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to