Skip to content

Commit

Permalink
Addressing comments and adding to docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ColeHiggins2 committed Jun 20, 2024
1 parent 6078766 commit 32de7d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions tests/foreman/ui/test_contenthost.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@ def test_positive_end_to_end(
:parametrized: yes
:CaseImportance: Critical
:BlockedBy: SAT-25817
"""
# Read rhel distro param, determine what rhel lifecycle status should be
_distro = module_repos_collection_with_manifest.distro
Expand Down
2 changes: 1 addition & 1 deletion tests/foreman/ui/test_hostcollection.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def module_manifest():
@pytest.fixture(scope='module')
def module_org_with_parameter(module_target_sat, module_manifest):
# adding remote_execution_connect_by_ip=Yes at org level
org = module_target_sat.api.Organization(simple_content_access=True).create()
org = module_target_sat.api.Organization().create()
module_target_sat.api.Parameter(
name='remote_execution_connect_by_ip',
parameter_type='boolean',
Expand Down

0 comments on commit 32de7d1

Please sign in to comment.