Skip to content

Commit a366203

Browse files
authored
Apply suggestion from @joelhawksley
1 parent 94e2dc0 commit a366203

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/sandbox/test/rendering_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -967,7 +967,7 @@ def test_with_request_url_with_host
967967
def test_with_request_url_with_https_protocol
968968
with_request_url "/", protocol: :https do
969969
render_inline UrlForComponent.new(only_path: false)
970-
assert_text "https://example.com/?key=value"
970+
assert_text "https://test.host/?key=value"
971971
end
972972

973973
with_request_url "/products", protocol: :https, host: "secure.example.com" do

0 commit comments

Comments
 (0)