mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
FIX: leftover debug statement
This commit is contained in:
parent
e21a4ce1dd
commit
079caf08d6
1 changed files with 0 additions and 2 deletions
|
@ -222,8 +222,6 @@ describe UserAnonymizer do
|
|||
expect(delete_history.reload.ip_address).to eq(anon_ip)
|
||||
expect(user_history.reload.ip_address).to eq(anon_ip)
|
||||
expect(user_profile_view.reload.ip_address).to eq(anon_ip)
|
||||
|
||||
expect("failed").to eq("success")
|
||||
end
|
||||
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue