From c538969f7accdddf4520b47d45681e8e282de0b1 Mon Sep 17 00:00:00 2001 From: Carly Gundy Date: Tue, 10 Dec 2024 09:01:55 +0100 Subject: [PATCH] update test --- reusable_workflows/tests/test_repo_policies.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reusable_workflows/tests/test_repo_policies.py b/reusable_workflows/tests/test_repo_policies.py index 3b607be..1ade7a8 100644 --- a/reusable_workflows/tests/test_repo_policies.py +++ b/reusable_workflows/tests/test_repo_policies.py @@ -153,7 +153,7 @@ def test_main_not_a_bot(check_if_pr_is_blocked, is_approved_bot, load_env_vars, captured = capfd.readouterr() assert ( - "user is not a bot. Letting CLA check handle contribution decision." + "user is not a bot. Skipping bot checks." in captured.out ) check_if_pr_is_blocked.assert_not_called()