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

Commit eb832c6

Browse files
committed
Update set_conversion_host_api() to use CA certs
1 parent 4c0a9f1 commit eb832c6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

cfme/infrastructure/virtual_machines.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1523,10 +1523,10 @@ def step(self, *args, **kwargs):
15231523
def resetter(self, *args, **kwargs):
15241524
# https://bugzilla.redhat.com/show_bug.cgi?id=1821974#c5
15251525
# History & Refresh buttons have been removed from explorer screens on upstream only.
1526-
if not self.context["object"].appliance.is_downstream:
1527-
pass
1528-
else:
1526+
if self.obj.appliance.is_downstream:
15291527
self.view.toolbar.reload.click()
1528+
else:
1529+
pass
15301530

15311531

15321532
@navigator.register(InfraTemplate, 'ArchiveDetails')

0 commit comments

Comments
 (0)