summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/helpers/application_helper_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/helpers/application_helper_test.rb b/test/helpers/application_helper_test.rb
index 09ea4a493..1269521d0 100644
--- a/test/helpers/application_helper_test.rb
+++ b/test/helpers/application_helper_test.rb
@@ -1409,7 +1409,7 @@ RAW
def test_thumbnail_tag
a = Attachment.find(3)
assert_select_in thumbnail_tag(a),
- 'a[href=?][title=?] img[alt="3"][src=?]',
+ 'a[href=?][title=?] img[src=?]',
"/attachments/3/logo.gif", "logo.gif", "/attachments/thumbnail/3"
end