michaeljs-c commented on code in PR #44366:
URL: https://github.com/apache/airflow/pull/44366#discussion_r1858453136


##########
tests/api_fastapi/core_api/routes/public/test_xcom.py:
##########
@@ -203,3 +208,279 @@ def test_custom_xcom_deserialize(
         else:
             assert response.status_code == 200
             assert response.json()["value"] == expected_status_or_value
+
+
+class TestGetXComEntries(TestXComEndpoint):
+    @pytest.fixture(autouse=True)
+    def setup(self) -> None:
+        self.clear_db()

Review Comment:
   This was to override the original setup to not pre-include creating a dag 
run, since its handled slightly differently within 
`TestGetXComEntries._create_xcom_entries`



-- 
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