fix the build

This commit is contained in:
Régis Hanol
2017-09-28 15:50:01 +02:00
parent 07e84a3afa
commit 8b74c7d325
2 changed files with 1 additions and 15 deletions

View File

@@ -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