From 419dff2b4743c996c1aabb3e6d3fe290582e16f0 Mon Sep 17 00:00:00 2001 From: Joel Hawksley Date: Thu, 21 Nov 2024 12:58:39 -0700 Subject: [PATCH] Update test/sandbox/test/rendering_test.rb --- test/sandbox/test/rendering_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/sandbox/test/rendering_test.rb b/test/sandbox/test/rendering_test.rb index 7767d27c7..95854912f 100644 --- a/test/sandbox/test/rendering_test.rb +++ b/test/sandbox/test/rendering_test.rb @@ -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)