Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
vsedmik committed Jun 13, 2024
1 parent ce5d7e5 commit 166dd17
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/foreman/api/test_capsulecontent.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def default_non_admin_user(target_sat, default_org, default_location):
user.delete()


@pytest.fixture(scope="module")
@pytest.fixture(scope='module')
def module_autosync_setting(request, module_target_sat, module_capsule_configured):
"""Set capsule autosync setting"""
setting_entity = module_target_sat.api.Setting().search(
Expand Down Expand Up @@ -1665,7 +1665,6 @@ def test_positive_content_counts_blank_update(
counts is None or len(counts['content_view_versions']) == 0
), f"No content counts expected, but got:\n{counts['content_view_versions']}."

@pytest.mark.skip_if_open('SAT-25542')
@pytest.mark.parametrize('module_autosync_setting', [True], indirect=True)
@pytest.mark.parametrize(
'setting_update', ['automatic_content_count_updates=False'], indirect=True
Expand Down Expand Up @@ -1701,6 +1700,8 @@ def test_automatic_content_counts_update_toggle(
:CaseImportance: Medium
:BlockedBy: SAT-25503
:BZ: 2284027
:customerscenario: true
Expand Down

0 comments on commit 166dd17

Please sign in to comment.