summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xacts/tests/google/wifi/WifiNetworkSuggestionTest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/acts/tests/google/wifi/WifiNetworkSuggestionTest.py b/acts/tests/google/wifi/WifiNetworkSuggestionTest.py
index df68e1e974..5cb27767f7 100755
--- a/acts/tests/google/wifi/WifiNetworkSuggestionTest.py
+++ b/acts/tests/google/wifi/WifiNetworkSuggestionTest.py
@@ -127,6 +127,7 @@ class WifiNetworkSuggestionTest(WifiBaseTest):
# Enable suggestions by the app.
self.dut.log.debug("Enabling suggestions from test");
self.set_approved(True)
+ wutils.start_wifi_connection_scan_and_return_status(self.dut)
wutils.wait_for_connect(self.dut, expected_ssid)
if expect_post_connection_broadcast is None: