11789: Merge branch 'master' into 11789-arvput-exclude-flag
[arvados.git] / apps / workbench / test / integration / websockets_test.rb
index 54712d396a84e0ac75445b84232b036fe28f1333..e377da3237ea69b820ece1125ee58d11cda4d4c4 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 require 'integration_helper'
 
 class WebsocketTest < ActionDispatch::IntegrationTest
@@ -6,7 +10,7 @@ class WebsocketTest < ActionDispatch::IntegrationTest
     @dispatch_client = ArvadosApiClient.new
   end
 
-  def dispatch_log body
+  def dispatch_log(body)
     use_token :dispatch1 do
       @dispatch_client.api('logs', '', log: body)
     end