Skip to content

Commit

Permalink
chore: just returning mockValue to what it was before
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaoMacedo03 committed Oct 23, 2023
1 parent a78c20b commit e4dbfc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/zendesk.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ describe('ZendeskClientBase', () => {

it('should call makeRequest with the correct', async () => {
const payload: PayloadRequestZendesk = {
url: 'test',
url: 'url',
method: 'method'
};
await zendeskClientBase.makeRequest(payload);
Expand Down

0 comments on commit e4dbfc4

Please sign in to comment.