X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/730eb182b2160040a902feb09276b75a3f9c137c..30d4c3f8f1d4d303c66fc568b11c34be7c51f2a8:/apps/workbench/test/integration/websockets_test.rb diff --git a/apps/workbench/test/integration/websockets_test.rb b/apps/workbench/test/integration/websockets_test.rb index 54712d396a..38917f05ae 100644 --- a/apps/workbench/test/integration/websockets_test.rb +++ b/apps/workbench/test/integration/websockets_test.rb @@ -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