We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c993057 commit 5585ba6Copy full SHA for 5585ba6
TESTS/network/wifi/wifi_connect_nocredentials.cpp
@@ -28,5 +28,5 @@ void wifi_connect_nocredentials(void)
28
WiFiInterface *wifi = get_interface();
29
nsapi_error_t error;
30
error = wifi->connect();
31
- TEST_ASSERT(error == NSAPI_ERROR_NO_SSID);
+ TEST_ASSERT(error == NSAPI_ERROR_NO_SSID || error == NSAPI_ERROR_PARAMETER);
32
}
0 commit comments