We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcc93ff commit 264527dCopy full SHA for 264527d
2 files changed
examples
spec/webhook_spec.rb
@@ -81,7 +81,7 @@
81
82
webhook_body = EasyPost::Util.validate_webhook(Fixture.event_bytes, headers, Fixture.webhook_secret)
83
expect(webhook_body['description']).to eq('tracker.updated')
84
- 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
85
end
86
87
it 'validate a webhook with invalid secret' do
0 commit comments