Skip to content

Commit 6aa9fcc

Browse files
committed
tests: set dbus request to the right path
Signed-off-by: Yuxuan Shui <[email protected]>
1 parent f4c4bdb commit 6aa9fcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testcases/issue299.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
async def get_client_win_async(wid):
2323
message = await bus.call(Message(destination='com.github.chjj.compton.'+display,
24-
path='/',
24+
path='/com/github/chjj/compton',
2525
interface='com.github.chjj.compton',
2626
member='win_get',
2727
signature='us',

0 commit comments

Comments
 (0)