Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
cgundy committed Dec 10, 2024
1 parent b497cef commit c538969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reusable_workflows/tests/test_repo_policies.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

0 comments on commit c538969

Please sign in to comment.