Skip to content

Commit

Permalink
fixup! feat: fill date opened field in ospr project board
Browse files Browse the repository at this point in the history
  • Loading branch information
navinkarkera committed Jan 3, 2025
1 parent 4f297b4 commit 9e67707
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_pull_request_opened.py
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,8 @@ def test_bad_jira_labelling_no_repo_map(fake_github, fake_jira2, mocker):

@pytest.mark.parametrize("owner", ["user:navin", "group:auth-group"])
def test_pr_project_fields_data(fake_github, mocker, owner):
mocker.patch("openedx_webhooks.tasks.pr_tracking.get_github_user_info", lambda x: {"name": x.title()})
# Create user "navin" to fake `get_github_user_info` api.
fake_github.make_user(login='navin', name='Navin')
mocker.patch(
"openedx_webhooks.info.get_catalog_info",
lambda _: {
Expand Down

0 comments on commit 9e67707

Please sign in to comment.