Skip to content

Commit

Permalink
fixing pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ColeHiggins2 committed Feb 5, 2024
1 parent 5a3537c commit 8b2e73d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/foreman/ui/test_repositories.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ def test_positive_override_custom_products_not_using_select_all(
assert repo[0]['Repository'] == custom_repo.name
assert repo[0]['Status'] == 'Disabled'
session.host_new.override_multiple_repo_sets(
rhel_contenthost.hostname, custom_repo.name,'Custom', "Override to enabled"
rhel_contenthost.hostname, custom_repo.name, 'Custom', "Override to enabled"
)
repo = session.host_new.get_repo_sets(rhel_contenthost.hostname, custom_repo.name)
assert repo[0]['Repository'] == custom_repo.name
assert repo[0]['Status'] == 'Enabled'
assert repo[0]['Status'] == 'Enabled'

0 comments on commit 8b2e73d

Please sign in to comment.