Skip to content

Commit

Permalink
[6.15.z] Fix typo for hammer cli create repo (#14806)
Browse files Browse the repository at this point in the history
  • Loading branch information
Satellite-QE authored Apr 17, 2024
1 parent d64a631 commit 4d2bd03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/foreman/cli/test_repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -2017,7 +2017,7 @@ def test_positive_accessible_content_status(
@pytest.mark.tier2
@pytest.mark.parametrize(
'repo_options',
**parametrized([{'content_type': 'yum', 'url': CUSTOM_RPM_SHA}]),
**parametrized([{'content-type': 'yum', 'url': CUSTOM_RPM_SHA}]),
indirect=True,
)
def test_positive_sync_sha_repo(self, repo_options, module_target_sat):
Expand All @@ -2042,7 +2042,7 @@ def test_positive_sync_sha_repo(self, repo_options, module_target_sat):
@pytest.mark.tier2
@pytest.mark.parametrize(
'repo_options',
**parametrized([{'content_type': 'yum', 'url': CUSTOM_3RD_PARTY_REPO}]),
**parametrized([{'content-type': 'yum', 'url': CUSTOM_3RD_PARTY_REPO}]),
indirect=True,
)
def test_positive_sync_third_party_repo(self, repo_options, module_target_sat):
Expand Down

0 comments on commit 4d2bd03

Please sign in to comment.