Skip to content

Commit

Permalink
fixup! fixup! transitionsystemdservicesstates: Do not handle libvirt …
Browse files Browse the repository at this point in the history
…and virt* services 8->9+
  • Loading branch information
matejmatuska committed Feb 7, 2024
1 parent 74e7ebc commit 61e47fb
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,8 @@ def test_report_newly_enabled(monkeypatch):

@pytest.mark.parametrize(
"source_major_ver,expected", (
(7,
(
7,
{
'abc.service': 'enabled',
'virtqemud.service': 'enabled',
Expand All @@ -252,7 +253,7 @@ def test_report_newly_enabled(monkeypatch):
}
),
(8, {'abc.service': 'enabled'}),
(9, {'abc.service': 'enabled'}),
(9, {'abc.service': 'enabled' }),
)
)
def test_filter_ignored_services(monkeypatch, source_major_ver, expected):
Expand Down

0 comments on commit 61e47fb

Please sign in to comment.