Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jdddog committed Jun 21, 2023
1 parent 4ce1591 commit 3ebdec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion academic_observatory_workflows/tests/test_github.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
class TestGithub(unittest.TestCase):
@patch("academic_observatory_workflows.github.requests.post")
def test_trigger_repository_dispatch(self, mock_requests_post):
trigger_repository_dispatch(token="my-token", event_type="my-event-type")
trigger_repository_dispatch(org="org", repo_name="my-repo", token="my-token", event_type="my-event-type")
mock_requests_post.called_once()

0 comments on commit 3ebdec2

Please sign in to comment.