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 ba16b22 commit 681d328Copy full SHA for 681d328
tests/integrations/github/cicd/test_github_commands.py
@@ -479,7 +479,7 @@ def test_run_all_test_failed(
479
assert (
480
"""sqlmesh.utils.errors.TestError: some error""" in test_checks_runs[2]["output"]["summary"]
481
)
482
- assert """Failed tests (1):""" in test_checks_runs[2]["output"]["summary"]
+ assert """Failed tests""" in test_checks_runs[2]["output"]["summary"]
483
484
assert "SQLMesh - Prod Plan Preview" in controller._check_run_mapping
485
prod_plan_preview_checks_runs = controller._check_run_mapping[
0 commit comments