mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
got to be careful with integrity specs
This commit is contained in:
parent
266322ce2e
commit
b8dc58be90
3 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue