mirror of
https://github.com/kiegroup/git-backporting.git
synced 2025-06-28 13:43:48 +00:00
refactor: updated logging messages
This commit is contained in:
parent
e29dae5073
commit
310ef1fd23
18 changed files with 88 additions and 85 deletions
|
@ -79,7 +79,7 @@ export const putAxiosMocked = async (url: string, _data?: unknown) => {
|
|||
// GITHUB - OCTOKIT
|
||||
|
||||
export const mockGitHubClient = (apiUrl = "https://api.github.com"): Moctokit => {
|
||||
logger.debug("Setting up moctokit.");
|
||||
logger.debug("Setting up moctokit..");
|
||||
|
||||
const mock = new Moctokit(apiUrl);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue