mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Updates subscriber test for new output
This commit is contained in:
parent
b392c81869
commit
5384df5589
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ class ACSubscriberTest < ActionController::TestCase
|
|||
wait
|
||||
assert_equal 2, logs.size
|
||||
assert_match /Completed/, logs.last
|
||||
assert_match /with 200/, logs.last
|
||||
assert_match /200 OK/, logs.last
|
||||
end
|
||||
|
||||
def test_process_action_without_parameters
|
||||
|
|
Loading…
Reference in a new issue