mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 19:41:18 +08:00
got to be careful with integrity specs
This commit is contained in:
@ -43,7 +43,7 @@ describe UserActionsController do
|
||||
expect(response.status).to eq(200)
|
||||
parsed = JSON.parse(response.body)
|
||||
|
||||
expect(parsed["no_results_help"]).to eq(I18n.t("user_activity.no_bookmarks.other"))
|
||||
expect(parsed["no_results_help"]).to eq(I18n.t("user_activity.no_bookmarks.others"))
|
||||
end
|
||||
|
||||
context "queued posts" do
|
||||
|
Reference in New Issue
Block a user