3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-11-22 06:29:23 +01:00

unit: Update expected error code

This commit is contained in:
Denis Kenzior 2021-07-11 21:16:44 -05:00
parent f0e3d92d00
commit e82f0d3459

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);