Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

[1LP][RFR] Fixing the type error #9635

Merged
merged 1 commit into from
Nov 18, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cfme/fixtures/v2v_fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ def infra_mapping_default_data(source_provider, provider):
def mapping_data_vm_obj_mini(request, appliance, source_provider, provider):
"""Fixture to return minimal mapping data and vm object for migration plan"""
infra_mapping_data = infra_mapping_default_data(source_provider, provider)
vm_obj = get_vm(request, appliance, source_provider, template=Templates.RHEL7_MINIMAL)
vm_obj = get_vm(request, appliance, source_provider, Templates.RHEL7_MINIMAL)

infrastructure_mapping_collection = appliance.collections.v2v_infra_mappings
mapping = infrastructure_mapping_collection.create(**infra_mapping_data)
Expand Down