Skip to content

Commit

Permalink
update to fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
yanpliu committed Mar 12, 2024
1 parent 28a6326 commit a39d39b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions robottelo/utils/virtwho.py
Original file line number Diff line number Diff line change
Expand Up @@ -489,8 +489,7 @@ def hypervisor_fake_json_create(hypervisors, guests):
name = str(uuid.uuid4())
hypervisor = {"guests": guest_list, "name": name, "uuid": name}
hypervisors_list.append(hypervisor)
mapping = {"hypervisors": hypervisors_list}
return mapping
return {"hypervisors": hypervisors_list}


def create_fake_hypervisor_content(org_label, hypervisors, guests):
Expand Down

0 comments on commit a39d39b

Please sign in to comment.