Skip to content

Commit

Permalink
Update test/sandbox/test/rendering_test.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
joelhawksley authored Nov 21, 2024
1 parent abd7133 commit 419dff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sandbox/test/rendering_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ def test_renders_component_with_asset_url

if Rails.version.to_f < 8.0

# Propshaft doesn't allow setting custom hosts so this only works in Rails < 8
# Propshaft doesn't allow setting custom hosts so this only works in Rails < 8
# TODO: Revisit this comment for v4 to see if we need to make any deprecations
component.config.asset_host = nil
assert_match(%r{/assets/application-\w+.css}, render_inline(component).text)
Expand Down

0 comments on commit 419dff2

Please sign in to comment.