Remove post changes report.

This was a mod-only report that used Google BigQuery to search post
versions by tag. 2b4ee0ee8 allows all users to search post versions by
tag, so this report is no longer necessary.
This commit is contained in:
evazion
2019-09-27 21:09:27 -05:00
parent d29bbbbd71
commit 1341dbb262
5 changed files with 1 additions and 89 deletions

View File

@@ -17,13 +17,6 @@ class ReportsControllerTest < ActionDispatch::IntegrationTest
end
end
context "post_versions action" do
should "render" do
get_auth reports_post_versions_path, @mod
assert_response :success
end
end
context "upload_tags action" do
should "render" do
get reports_upload_tags_path(user_id: @users.first)