Skip to content

Commit

Permalink
fixing docstring issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ColeHiggins2 committed May 8, 2024
1 parent b8af331 commit 458e78d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/foreman/cli/test_host.py
Original file line number Diff line number Diff line change
Expand Up @@ -2704,7 +2704,10 @@ def test_positive_create_and_update_with_content_source(
@pytest.mark.cli_host_create
@pytest.mark.tier2
def test_positive_create_host_with_lifecycle_environment_name(
module_lce, module_org, module_promoted_cv, module_target_sat
module_lce,
module_org,
module_promoted_cv,
module_target_sat,
):
"""Attempt to create a host with lifecycle-environment name specified
Expand Down

0 comments on commit 458e78d

Please sign in to comment.