From 55a1daa1f015db6eeae4832405e847bd655e3f16 Mon Sep 17 00:00:00 2001 From: jvillarejo Date: Tue, 9 Jul 2024 15:24:31 -0300 Subject: [PATCH] Fix propshaft shorter digest test error --- spec/integration_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/integration_spec.rb b/spec/integration_spec.rb index 6f0ac0a..b50de69 100644 --- a/spec/integration_spec.rb +++ b/spec/integration_spec.rb @@ -121,7 +121,7 @@ def parse_html_in_email(mail) ).at_selector("body") expected_image_url = - "https://example.app.org/assets/rails-fbe4356d4aa42b95f211236439f3e675a5f9a7e6.png" + "https://example.app.org/assets/rails-fbe4356d.png" expect(document).to have_styling( "background" => "url(\"#{expected_image_url}\")" @@ -154,7 +154,7 @@ def parse_html_in_email(mail) ).at_selector("body") expected_image_url = - "https://example.app.org/assets/rails-fbe4356d4aa42b95f211236439f3e675a5f9a7e6.png" + "https://example.app.org/assets/rails-fbe4356d.png" expect(document).to have_styling( "background" => "url(\"#{expected_image_url}\")"