Skip to content

Commit 20d8600

Browse files
AnthoineBstormi
andauthored
Update tests/system/test_systemd.py
Co-authored-by: Samuel Verschelde <stormi-xcp@ylix.fr> Signed-off-by: Anthoine <anthoine.bourgeois@vates.tech>
1 parent e24c2c7 commit 20d8600

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/system/test_systemd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def test_verify_default_target(host: Host) -> None:
2828
polkit_msg = "Cannot add dependency job for unit polkit.service, ignoring: Unit not found."
2929
for line in analyse.splitlines():
3030
if line == polkit_msg:
31-
pytest.xfail(f"drbd-reactor package should be fix to remove dep to polkit: {polkit_msg}")
31+
pytest.xfail(f"drbd-reactor package must be fixed to remove dep to polkit: {polkit_msg}")
3232
if line not in white_list_issues:
3333
logging.error(f"{line}")
3434
err = True

0 commit comments

Comments
 (0)