5737: Fixed several warning messages from running tests.
[arvados.git] / services / api / test / unit / collection_performance_test.rb
index c9e702a185be7a7240f42293339b05ba4f123c0e..57beddbe6d6247bf9f96d21103e6b2640c42732a 100644 (file)
@@ -43,7 +43,7 @@ class CollectionModelPerformanceTest < ActiveSupport::TestCase
         c.signed_manifest_text
       end
       time_block 'sign + render' do
-        resp = c.as_api_response(nil)
+        c.as_api_response(nil)
       end
       loc = Blob.sign_locator(Digest::MD5.hexdigest('foo') + '+3',
                               api_token: api_token(:active))