Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ashb authored and dstandish committed Mar 2, 2022
1 parent a4470a5 commit 2a0603d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/models/test_xcom.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ def serialize_value(
task_id="test_task",
run_id=IN_MEMORY_RUN_ID,
)
expected = {**kwargs, 'run_id': -1}
expected = {**kwargs, 'run_id': '__airflow_in_memory_dagrun__'}
XCom = resolve_xcom_backend()
XCom.set(**kwargs)
serialize_watcher.assert_called_once_with(**expected)
Expand Down

0 comments on commit 2a0603d

Please sign in to comment.