Fix inconsistent indents in spec file

... to improve readability of the file.

Change-Id: Iaa6d224905ef10b24fe6453e36e471de11f4e259
This commit is contained in:
Takashi Kajinami 2022-02-20 22:56:49 +09:00
parent fcba2cf5fb
commit 61b3089cc4

View File

@ -292,7 +292,8 @@ describe 'tempest' do
:log_file => '<SERVICE DEFAULT>', :log_file => '<SERVICE DEFAULT>',
:use_stderr => true, :use_stderr => true,
:use_syslog => false, :use_syslog => false,
:logging_context_format_string => '<SERVICE DEFAULT>') :logging_context_format_string => '<SERVICE DEFAULT>'
)
is_expected.not_to contain_tempest_config('magnum/keypair_id').with_value('default') is_expected.not_to contain_tempest_config('magnum/keypair_id').with_value('default')
end end