Skip to content

Commit e25fdf2

Browse files
committed
Remove WEP security Green Tea Test case with NULL
1 parent 2ab7b44 commit e25fdf2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

connectivity/netsocket/tests/TESTS/network/wifi/wifi_set_credential.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ void wifi_set_credential(void)
4343
error = iface->set_credentials("OK", NULL, NSAPI_SECURITY_WEP);
4444
TEST_ASSERT_EQUAL(NSAPI_ERROR_PARAMETER, error);
4545

46-
error = iface->set_credentials("OK", "", NSAPI_SECURITY_WEP);
47-
TEST_ASSERT_EQUAL(NSAPI_ERROR_PARAMETER, error);
48-
4946
error = iface->set_credentials("OK", NULL, NSAPI_SECURITY_WPA_WPA2);
5047
TEST_ASSERT_EQUAL(NSAPI_ERROR_PARAMETER, error);
5148

0 commit comments

Comments
 (0)