Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
cgundy committed Dec 2, 2024
1 parent 0c909b7 commit 5ec1fc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reusable_workflows/tests/test_cla_pr.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,10 @@ def test_create_cla_issue():
cla.cla_link = "cla_repo_link"
user_agreement_message = USER_AGREEMENT_MESSAGE.format("username")
cla_agreement_message = CLA_AGREEMENT_MESSAGE.format(
"username", cla.cla_link, user_agreement_message
"username", cla.cla_link, user_agreement_message, "pr_url"
)

new_issue = cla.create_cla_issue("username")
new_issue = cla.create_cla_issue("username", "pr_url")

assert new_issue == issue
cla_repo.create_issue.assert_called_with(
Expand Down

0 comments on commit 5ec1fc3

Please sign in to comment.