mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
fix the build
This commit is contained in:
@@ -1065,13 +1065,6 @@ describe TopicsController do
|
||||
|
||||
expect(response.code.to_i).to be(403)
|
||||
expect(response.body).to eq(I18n.t("invalid_access"))
|
||||
|
||||
get :show, params: {
|
||||
topic_id: topic.id, slug: topic.slug, api_key: "bad"
|
||||
}, format: :html
|
||||
|
||||
expect(response.code.to_i).to be(403)
|
||||
expect(response.body).to eq(I18n.t("invalid_access"))
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user