Add explanatory comment about FIXME
[arvados.git] / apps / workbench / test / integration / websockets_test.rb
index 54712d396a84e0ac75445b84232b036fe28f1333..38917f05ae3ad60213afaaae9c2196df706022b7 100644 (file)
@@ -6,7 +6,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