Skip to content

Commit

Permalink
Updating tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalrymple committed Dec 25, 2023
1 parent c09281b commit 5cfbd0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/test/unit/templates/ResourceDiscussions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ describe('ResourceDiscussions.create', () => {

expect(RequestHelper.post()).toHaveBeenCalledWith(service, '1/resource2/2/discussions', {
body: 'test',
isForm: true,
'position[base_sha]': 'sha1',
'position[start_sha]': 'sha2',
'position[head_sha]': 'sha3',
Expand Down

0 comments on commit 5cfbd0f

Please sign in to comment.