Merge branch '14988-wb-rails5-upgrade'
[arvados.git] / services / api / test / unit / container_request_test.rb
index 0dad6ee75ccf64b6484bf8da202b780932ff7a95..69e277cc2c000ae627c4b1193c629ac8cf99e7dc 100644 (file)
@@ -837,7 +837,7 @@ class ContainerRequestTest < ActiveSupport::TestCase
     assert_not_nil(trash)
     assert_not_nil(delete)
     assert_in_delta(trash, now + 1.second, 10)
-    assert_in_delta(delete, now + Rails.configuration.Collections.BlobSigningTTL.second, 10)
+    assert_in_delta(delete, now + Rails.configuration.Collections.BlobSigningTTL, 10)
   end
 
   def check_output_ttl_1y(now, trash, delete)