From 8f4ba69747155f4f8db11106639717fb7a633e42 Mon Sep 17 00:00:00 2001 From: thearifismail Date: Mon, 28 Oct 2019 12:40:06 -0400 Subject: [PATCH] fixed the spelling of migratiobn --- spec/models/service_template_transformation_plan_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/models/service_template_transformation_plan_spec.rb b/spec/models/service_template_transformation_plan_spec.rb index 5bfad7ed601..534f61ac4e1 100644 --- a/spec/models/service_template_transformation_plan_spec.rb +++ b/spec/models/service_template_transformation_plan_spec.rb @@ -244,7 +244,7 @@ before do stub_const("ManageIQ::Providers::InfraManager::WarmMigrationVm", Class.new(ManageIQ::Providers::InfraManager::Vm) do supports :warm_migrate do - unsupported_reason_add(:warm_migrate, _('Warm migratiobn can not migrate a VM with snapshots')) if snapshots.present? + unsupported_reason_add(:warm_migrate, _('Warm migration can not migrate a VM with snapshots')) if snapshots.present? end end) end