--- test/force-roam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/force-roam b/test/force-roam index b590c84a..b45ad2e6 100755 --- a/test/force-roam +++ b/test/force-roam @@ -9,7 +9,7 @@ if (len(sys.argv) != 3): bus = dbus.SystemBus() device = dbus.Interface(bus.get_object("net.connman.iwd", sys.argv[1]), - "net.connman.iwd.StationDiagnostic") + "net.connman.iwd.StationDebug") mac = sys.argv[2].replace(':', '') -- 2.31.1