unit: Update expected error code

This commit is contained in:
Denis Kenzior 2021-07-11 21:16:44 -05:00
parent f0e3d92d00
commit e82f0d3459
1 changed files with 1 additions and 3 deletions

View File

@ -375,9 +375,7 @@ static void test_bad_group(const void *arg)
sizeof(aa_commit_bad_group));
assert(auth_proto_rx_authenticate(ap, (uint8_t *)frame, len) ==
MMPDU_STATUS_CODE_UNSUPP_FINITE_CYCLIC_GROUP);
assert(td->tx_reject_occurred);
-EPROTO);
test_destruct(td);
auth_proto_free(ap);