Skip to content

Commit

Permalink
removed the unwanted code making test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
omkarkhatavkar authored and pondrejk committed Jan 20, 2020
1 parent 5552f4f commit be35b97
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/foreman/ui/test_contenthost.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,6 @@ def test_positive_end_to_end(session, repos_collection, vm):
'subscriptions'])
session.contenthost.update(vm.hostname, {'repository_sets.limit_to_lce': True})
ch_reposet = session.contenthost.read(vm.hostname, widget_names=['repository_sets'])
chost = {}
chost.update(chost)
chost.update(ch_reposet)
# Ensure all content host fields/tabs have appropriate values
assert chost['details']['name'] == vm.hostname
Expand Down

0 comments on commit be35b97

Please sign in to comment.