Skip to content

Commit

Permalink
fix test kind
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao committed Jan 29, 2025
1 parent d4aa8e1 commit 52fc8c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def test_dbus_network_system(monkeypatch):
)
@pytest.mark.skipif(which("busctl") is None, reason="busctl not available")
def test_dbus_network_session(monkeypatch):
with serve(DbusNetwork(kind="system")) as client:
with serve(DbusNetwork(kind="session")) as client:
with PortforwardAdapter(client=client) as addr:
subprocess.run(
["busctl", "list", "--user", "--no-pager"],
Expand Down

0 comments on commit 52fc8c4

Please sign in to comment.