Skip to content

Commit

Permalink
Fix UI AC repo test (#13980)
Browse files Browse the repository at this point in the history
(cherry picked from commit 3c5ba75)
  • Loading branch information
vsedmik authored and web-flow committed Feb 5, 2024
1 parent e1bc476 commit 099fff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/foreman/ui/test_repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ def test_positive_sync_ansible_collection_gallaxy_repo(session, module_prod):
module_prod.name,
{
'name': repo_name,
'repo_type': REPO_TYPE['ansible_collection'],
'repo_type': REPO_TYPE['ansible_collection'].replace('_', ' '),
'repo_content.requirements': requirements,
'repo_content.upstream_url': ANSIBLE_GALAXY,
},
Expand Down

0 comments on commit 099fff9

Please sign in to comment.