fix the build

This commit is contained in:
Arpit Jalan 2017-10-20 20:31:49 +05:30
parent 804b4f32f8
commit 13b2bf52c9
1 changed files with 1 additions and 1 deletions

View File

@ -1065,7 +1065,7 @@ describe TopicsController do
}, format: format
expect(response.code.to_i).to be(403)
expect(response.body).to eq(I18n.t("invalid_access"))
expect(response.body).to eq(I18n.t("invalid_api_credentials"))
end
end
end