We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9941f18 commit a77625dCopy full SHA for a77625d
airflow-core/tests/unit/models/test_taskinstance.py
@@ -2787,6 +2787,7 @@ def test_task_instance_history_with_hitl_history_is_created_when_ti_goes_for_ret
2787
with pytest.raises(TypeError):
2788
ti.run()
2789
ti = session.scalar(select(TaskInstance))
2790
+ assert ti is not None
2791
# the ti.id should be different from the previous one
2792
assert ti.id != try_id
2793
assert ti.state == State.UP_FOR_RETRY
0 commit comments