From 175fd00c6bb3c63e2fcbee8f6876750a988ccefd Mon Sep 17 00:00:00 2001 From: Andrew Zaborowski Date: Sat, 22 Sep 2018 18:48:27 +0200 Subject: [PATCH] tests: Update the disconnect-network script --- test/disconnect-network | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/disconnect-network b/test/disconnect-network index 9d3fb36f..92bea54e 100755 --- a/test/disconnect-network +++ b/test/disconnect-network @@ -10,5 +10,5 @@ if (len(sys.argv) != 2): bus = dbus.SystemBus() device = dbus.Interface(bus.get_object("net.connman.iwd", sys.argv[1]), - "net.connman.iwd.Device") + "net.connman.iwd.Station") device.Disconnect()