Fix typo in tests
s/supported_oos/supported_os Change-Id: If35f932e07b9c1c5ea01118bf27880efd9b85f0d
This commit is contained in:
@@ -366,7 +366,7 @@ describe 'nova::compute::libvirt' do
|
||||
end
|
||||
|
||||
on_supported_os({
|
||||
:supported_oos => OSDefaults.get_supported_os
|
||||
:supported_os => OSDefaults.get_supported_os
|
||||
}).each do |os,facts|
|
||||
context "on #{os}" do
|
||||
|
||||
|
@@ -583,7 +583,7 @@ describe 'nova' do
|
||||
|
||||
|
||||
on_supported_os({
|
||||
:supported_oos => OSDefaults.get_supported_os
|
||||
:supported_os => OSDefaults.get_supported_os
|
||||
}).each do |os,facts|
|
||||
context "on #{os}" do
|
||||
let (:facts) do
|
||||
|
Reference in New Issue
Block a user