about summary refs log tree commit diff
path: root/src/libnm-client-impl/tests/test-nm-client.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libnm-client-impl/tests/test-nm-client.c')
-rw-r--r--src/libnm-client-impl/tests/test-nm-client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libnm-client-impl/tests/test-nm-client.c b/src/libnm-client-impl/tests/test-nm-client.c
index da252549..41f02d8b 100644
--- a/src/libnm-client-impl/tests/test-nm-client.c
+++ b/src/libnm-client-impl/tests/test-nm-client.c
@@ -299,7 +299,7 @@ test_wifi_ap_added_removed(void)
 
     ret = g_dbus_proxy_call_sync(sinfo->proxy,
                                  "AddWifiAp",
-                                 g_variant_new("(sss)", "wlan0", "test-ap", expected_bssid),
+                                 g_variant_new("(sssu)", "wlan0", "test-ap", expected_bssid, 2412),
                                  G_DBUS_CALL_FLAGS_NO_AUTO_START,
                                  3000,
                                  NULL,