18663: fix tests for keepbalance
[arvados-formula.git] / test / integration / keepbalance / controls / config_spec.rb
index 73b6da96fb4e8b07ee0ddc89fd50762e79dd1d4d..87ae43e4c91fa4b6ea061de326fab4af902898d7 100644 (file)
@@ -6,12 +6,6 @@ keepbalance_stanza = <<-KEEPBALANCE_STANZA
           http://fixme.example.net:9005: {}
 KEEPBALANCE_STANZA
 
-collections_stanza = <<-COLLECTIONS_STANZA
-    Collections:
-      BlobSigningKey: "blobsigningkeymushaveatleast32characters"
-      BlobTrash: true
-COLLECTIONS_STANZA
-
 group = case os[:name]
         when 'centos'
           'nginx'
@@ -34,6 +28,5 @@ control 'arvados configuration' do
       )
     end
     its('content') { should include(keepbalance_stanza) }
-    its('content') { should include(collections_stanza) }
   end
 end