BigSamu / OpenSearch_Changelog_Workflow

A reusable workflow for automating changelog and release notes generation processes for OpenSearch repos
Apache License 2.0
0 stars 4 forks source link

Fix handleSkipOption tests by adding octokitMock parameter #32

Closed JohnathonBowers closed 7 months ago

JohnathonBowers commented 7 months ago

Description

These changes fix the failing handleSkipOption tests by mocking the getOctokit function and adding that mocked function as a parameter to the handleSkipOption and mockUpdateLabel function calls.