]> review.fuel-infra Code Review - puppet-modules/puppet-ceilometer.git/commitdiff
Do not use the deprecated service_type in unit tests
authorTakashi Kajinami <tkajinam@redhat.com>
Wed, 22 Sep 2021 10:11:42 +0000 (19:11 +0900)
committerTakashi Kajinami <tkajinam@redhat.com>
Wed, 22 Sep 2021 10:13:39 +0000 (19:13 +0900)
... because the parameter is ineffective now.

Change-Id: I6aead4793b936b68fbf2e7b140b5057379296a61

spec/classes/ceilometer_keystone_auth_spec.rb

index ca8e63b365557dbf86aaf9248174f9bd32a2b9e1..ff651475eef4298060e05607695a74bb795ba455 100644 (file)
@@ -42,7 +42,6 @@ describe 'ceilometer::keystone::auth' do
         params.merge!({
           :email         => 'mighty-ceilometer@remotehost',
           :auth_name     => 'mighty-ceilometer',
-          :service_type  => 'cloud-measuring',
           :region        => 'RegionFortyTwo',
           :tenant        => 'mighty-services',
         })