From 07d07bb2caf195a2b9cbd680b6c7c91e2305f882 Mon Sep 17 00:00:00 2001 From: Andrew Zaborowski Date: Sat, 30 Sep 2017 04:28:15 +0200 Subject: [PATCH] autotests: Fix an assertRaises parameter --- autotests/testPreauth-roam/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autotests/testPreauth-roam/test.py b/autotests/testPreauth-roam/test.py index 2a47b55d..332be143 100644 --- a/autotests/testPreauth-roam/test.py +++ b/autotests/testPreauth-roam/test.py @@ -104,7 +104,7 @@ class Test(unittest.TestCase): testutil.test_iface_operstate(device.name) testutil.test_ifaces_connected(bss_hostapd[0].ifname, device.name) self.assertRaises(Exception, testutil.test_ifaces_connected, - (bss_hostapd[1].ifname, device.name)) + bss_hostapd[1].ifname, device.name) # Check that iwd starts transition to BSS 1 in less than 15 seconds rule0.signal = -8000