Skip to content

Commit

Permalink
test: use correct test conversation for update
Browse files Browse the repository at this point in the history
Co-authored-by: Dwane Hemmings <[email protected]>
  • Loading branch information
manchuck and conshus authored Feb 9, 2024
1 parent 40acacf commit ce7545b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/conversations/__tests__/__dataSets__/put.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default [
`/v1/conversations/${conversationResponse.id}`,
'PUT',
{
name: conversationToCreate.name,
name: conversationToUpdate.name,
display_name: conversationToCreate.displayName,
image_url: conversationToCreate.imageUrl,
properties: {
Expand Down

0 comments on commit ce7545b

Please sign in to comment.