Skip to content

Commit 3db7b6c

Browse files
committed
fixing tests
1 parent 429cc3c commit 3db7b6c

File tree

1 file changed

+3
-1
lines changed
  • airflow-core/tests/unit/api_fastapi/core_api/routes/public

1 file changed

+3
-1
lines changed

airflow-core/tests/unit/api_fastapi/core_api/routes/public/test_xcom.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ def _create_xcom(key, value, backend, session=None) -> None:
7272
session=session,
7373
)
7474

75+
print("hi")
76+
7577

7678
@provide_session
7779
def _create_dag_run(dag_maker, session=None):
@@ -161,7 +163,7 @@ def test_should_raise_404_for_non_existent_xcom(self, test_client):
161163
[
162164
pytest.param(
163165
{"deserialize": True},
164-
f"{TEST_XCOM_VALUE_AS_JSON}",
166+
TEST_XCOM_VALUE,
165167
id="deserialize=true",
166168
),
167169
pytest.param(

0 commit comments

Comments
 (0)