diff --git a/test/test_helper.rb b/test/test_helper.rb
index 4e1b5d47b9edc3da8bae83d8497ad7c3580204ae..cab55a4fef2de24cf658f5dd684db4eb615fb07e 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -46,7 +46,7 @@ class ActiveSupport::TestCase
         title: 'This is another sample title',
         body_markdown: 'This is a sample post with some more **Markdown** and [a link](/).',
         body: '<p>This is a sample post with some more <b>Markdown</b> and <a href="/">a link</a></p>',
-        tags_cache: ['discussion', 'posts', 'tags', 'edits'],
+        tags_cache: ['discussion', 'posts', 'tags', 'edits']
       )
     )
   end