We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b203bc commit ee8724cCopy full SHA for ee8724c
test/html/pipeline/camo_filter_test.rb
@@ -48,7 +48,7 @@ def test_doesnt_rewrite_dotcom_app_image_urls
48
CamoFilter.call(orig, @options).to_s
49
end
50
51
- def test_doesnt_rewrite_absolute_image_urls
+ def test_doesnt_rewrite_absolute_image_urls
52
orig = %(<p><img src="/img.png"></p>)
53
assert_equal "<p><img src=\"/img.png\"></p>",
54
0 commit comments