17217: Update RailsAPI tests to not expect signatures.
[arvados.git] / services / api / test / unit / collection_performance_test.rb
index 4efc947dd251d131b6746ca0059be95ac459db8a..bbae49f4a22bda7e277b7ecc67cbaf28cc941b7b 100644 (file)
@@ -42,10 +42,7 @@ class CollectionModelPerformanceTest < ActiveSupport::TestCase
       c = time_block 'read' do
         Collection.find_by_uuid(c.uuid)
       end
-      time_block 'sign' do
-        c.signed_manifest_text
-      end
-      time_block 'sign + render' do
+      time_block 'render' do
         c.as_api_response(nil)
       end
       loc = Blob.sign_locator(Digest::MD5.hexdigest('foo') + '+3',