aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/test/connection/authorization_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actioncable/test/connection/authorization_test.rb')
-rw-r--r--actioncable/test/connection/authorization_test.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/actioncable/test/connection/authorization_test.rb b/actioncable/test/connection/authorization_test.rb
index 68668b2835..87d0e79ef3 100644
--- a/actioncable/test/connection/authorization_test.rb
+++ b/actioncable/test/connection/authorization_test.rb
@@ -10,7 +10,6 @@ class ActionCable::Connection::AuthorizationTest < ActionCable::TestCase
end
def send_async(method, *args)
- # Bypass Celluloid
send method, *args
end
end