Skip to content

Commit 681d328

Browse files
committed
Fix test
1 parent ba16b22 commit 681d328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integrations/github/cicd/test_github_commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ def test_run_all_test_failed(
479479
assert (
480480
"""sqlmesh.utils.errors.TestError: some error""" in test_checks_runs[2]["output"]["summary"]
481481
)
482-
assert """Failed tests (1):""" in test_checks_runs[2]["output"]["summary"]
482+
assert """Failed tests""" in test_checks_runs[2]["output"]["summary"]
483483

484484
assert "SQLMesh - Prod Plan Preview" in controller._check_run_mapping
485485
prod_plan_preview_checks_runs = controller._check_run_mapping[

0 commit comments

Comments
 (0)