From 78ebd4ac898e21475198d26b70dec7ff5c392961 Mon Sep 17 00:00:00 2001 From: Justintime50 <39606064+Justintime50@users.noreply.github.com> Date: Wed, 14 Aug 2024 11:26:42 -0600 Subject: [PATCH] chore: bump examples submodule --- examples | 2 +- spec/webhook_spec.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples b/examples index 9447e72..0492e40 160000 --- a/examples +++ b/examples @@ -1 +1 @@ -Subproject commit 9447e72e087b823445b8c3e1351d28c070a8e6b1 +Subproject commit 0492e408e1b37b2ec18bcb4a4d228ab0f458f59d diff --git a/spec/webhook_spec.rb b/spec/webhook_spec.rb index 70e0d16..b77c2c8 100644 --- a/spec/webhook_spec.rb +++ b/spec/webhook_spec.rb @@ -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