Cellular: Fix Greentea test for network attach

pull/7910/head
Ari Parkkila 2018-08-28 06:19:43 -07:00
parent 32445ae326
commit ce84209507
1 changed files with 1 additions and 0 deletions

View File

@ -184,6 +184,7 @@ static void test_network_registration()
static void test_attach()
{
wait(10);
TEST_ASSERT(nw->set_attach() == NSAPI_ERROR_OK);
CellularNetwork::AttachStatus status;