Skip to content

Commit

Permalink
Fix propshaft shorter digest test error
Browse files Browse the repository at this point in the history
  • Loading branch information
jvillarejo committed Jul 9, 2024
1 parent b4c025b commit 55a1daa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/integration_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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}\")"
Expand Down Expand Up @@ -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}\")"
Expand Down

0 comments on commit 55a1daa

Please sign in to comment.