Skip to content

Commit

Permalink
chore: bump examples submodule (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 committed Aug 14, 2024
1 parent dcc93ff commit 264527d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/webhook_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@

webhook_body = EasyPost::Util.validate_webhook(Fixture.event_bytes, headers, Fixture.webhook_secret)
expect(webhook_body['description']).to eq('tracker.updated')
expect(webhook_body['result']['weight']).to eq(136.0) # Ensure we convert floats properly
expect(webhook_body['result']['weight']).to eq(614.4) # Ensure we convert floats properly
end

it 'validate a webhook with invalid secret' do
Expand Down

0 comments on commit 264527d

Please sign in to comment.