3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-11-25 17:59:25 +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)); sizeof(aa_commit_bad_group));
assert(auth_proto_rx_authenticate(ap, (uint8_t *)frame, len) == assert(auth_proto_rx_authenticate(ap, (uint8_t *)frame, len) ==
MMPDU_STATUS_CODE_UNSUPP_FINITE_CYCLIC_GROUP); -EPROTO);
assert(td->tx_reject_occurred);
test_destruct(td); test_destruct(td);
auth_proto_free(ap); auth_proto_free(ap);