We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c31d51 commit 9c435e3Copy full SHA for 9c435e3
tests/integrations/github/cicd/test_github_controller.py
@@ -6,6 +6,7 @@
6
from unittest.mock import PropertyMock, call
7
8
import pytest
9
+import time_machine
10
from pytest_mock.plugin import MockerFixture
11
12
from sqlmesh.core import constants as c
@@ -608,6 +609,7 @@ def test_uncategorized(
608
609
assert "Run `sqlmesh plan hello_world_2` locally to apply these changes" in summary
610
611
612
+@time_machine.travel("2025-07-07 00:00:00 UTC", tick=False)
613
def test_get_plan_summary_doesnt_truncate_backfill_list(
614
github_client, make_controller: t.Callable[..., GithubController]
615
):
0 commit comments