We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94e2dc0 commit a366203Copy full SHA for a366203
1 file changed
test/sandbox/test/rendering_test.rb
@@ -967,7 +967,7 @@ def test_with_request_url_with_host
967
def test_with_request_url_with_https_protocol
968
with_request_url "/", protocol: :https do
969
render_inline UrlForComponent.new(only_path: false)
970
- assert_text "https://example.com/?key=value"
+ assert_text "https://test.host/?key=value"
971
end
972
973
with_request_url "/products", protocol: :https, host: "secure.example.com" do
0 commit comments