From: Lucas Di Pentima Date: Tue, 2 Apr 2019 23:26:17 +0000 (-0300) Subject: 14873: Removes byebug debug call on test. X-Git-Tag: 1.4.0~74^2~11 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/265b94326ca8bcb69aea6915a549a4edfcaf0e28 14873: Removes byebug debug call on test. Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima --- diff --git a/services/api/test/performance/permission_test.rb b/services/api/test/performance/permission_test.rb index e5c8297874..4dbc81e813 100644 --- a/services/api/test/performance/permission_test.rb +++ b/services/api/test/performance/permission_test.rb @@ -48,7 +48,6 @@ class PermissionPerfTest < ActionDispatch::IntegrationTest (0..4).each do puts(Benchmark.measure do get '/arvados/v1/groups', params: {format: :json, limit: 1000}, headers: auth(:permission_perftest) - byebug assert json_response['items_available'] >= n end) end