18663: fix tests for keepbalance
authorJavier Bértoli <jbertoli@curii.com>
Thu, 10 Mar 2022 21:07:30 +0000 (18:07 -0300)
committerJavier Bértoli <jbertoli@curii.com>
Thu, 10 Mar 2022 21:07:30 +0000 (18:07 -0300)
refs #18663
Arvados-DCO-1.1-Signed-off-by: Javier Bértoli <jbertoli@curii.com>

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
 
           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'
 group = case os[:name]
         when 'centos'
           'nginx'
@@ -34,6 +28,5 @@ control 'arvados configuration' do
       )
     end
     its('content') { should include(keepbalance_stanza) }
       )
     end
     its('content') { should include(keepbalance_stanza) }
-    its('content') { should include(collections_stanza) }
   end
 end
   end
 end