Skip to content

Commit

Permalink
correct component names and description
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaysawant committed Feb 26, 2024
1 parent c3381a0 commit 3164f24
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/foreman/api/test_repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -1425,7 +1425,7 @@ def test_positive_sync_sha_repo(self, repo, target_sat):
:BZ: 2024889
:SubComponent: Candlepin
:SubComponent: Pulp
"""
sync_result = repo.sync()
assert sync_result['result'] == 'success'
Expand Down
4 changes: 2 additions & 2 deletions tests/foreman/cli/test_repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@ def test_positive_synchronize_docker_repo(
indirect=True,
)
def test_verify_checksum_container_repo(self, repo, target_sat):
"""Check if Verify Content Checksum can be run on non container repos
"""Check if Verify Content Checksum can be run on container repos
:id: c8f0eb45-3cb6-41b2-aad9-52ac847d7bf8
Expand Down Expand Up @@ -2033,7 +2033,7 @@ def test_positive_sync_sha_repo(self, repo_options, module_target_sat):
:BZ: 2024889
:SubComponent: Candlepin
:SubComponent: Pulp
"""
sha_repo = module_target_sat.cli_factory.make_repository(repo_options)
sha_repo = module_target_sat.cli.Repository.info({'id': sha_repo['id']})
Expand Down
2 changes: 1 addition & 1 deletion tests/foreman/ui/test_repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -1225,7 +1225,7 @@ def test_positive_sync_sha_repo(session, module_org, module_target_sat):
:BZ: 2024889
:SubComponent: Candlepin
:SubComponent: Pulp
"""
repo_name = gen_string('alpha')
product = module_target_sat.api.Product(organization=module_org).create()
Expand Down

0 comments on commit 3164f24

Please sign in to comment.