Skip to content

Commit

Permalink
fix spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Yves committed Nov 7, 2024
1 parent 382fbb9 commit 1671c96
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions spec/fixtures/vcr_cassettes/ticket_update.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion spec/lib/hubspot/ticket_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
it 'updates existing ticket, returns the updated entity' do
VCR.use_cassette 'ticket_update' do
ticket = update_ticket
ticket.properties[:subject] = 'Updated name'
ticket.properties[:subject] = 'New name'
ticket.properties[:subject] = 'HIGH'
end
end
Expand Down

0 comments on commit 1671c96

Please sign in to comment.