tests: fix status:active test for #3472.

This commit is contained in:
evazion
2018-01-20 12:50:30 -06:00
parent f501281139
commit 3d09ce5e55

View File

@@ -2132,7 +2132,7 @@ class PostTest < ActiveSupport::TestCase
assert_tag_match(all - [flagged], "-status:flagged")
assert_tag_match(all - [deleted], "-status:deleted")
assert_tag_match(all - [banned], "-status:banned")
assert_tag_match(all - [flagged], "-status:active")
assert_tag_match(all, "-status:active")
end
should "respect the 'Deleted post filter' option when using the status:banned metatag" do