mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 20:41:24 +08:00
fix tests and allow SE onebox to onebox Meta cause I need that for an post I am writing
This commit is contained in:
@ -20,7 +20,7 @@ describe UserActionsController do
|
||||
action = actions[0]
|
||||
action["acting_name"].should == post.user.name
|
||||
action["email"].should be_nil
|
||||
action["post_number"].should == "1"
|
||||
action["post_number"].should == 1
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user