tools/mgmt-tester: Fix expected response code for start_discovery case

This commit is contained in:
Johan Hedberg 2013-10-02 15:48:41 +03:00
parent 4d96b9beed
commit f49000fe38

View File

@ -1234,7 +1234,7 @@ static const struct generic_data start_discovery_not_supported_test_1 = {
.send_opcode = MGMT_OP_START_DISCOVERY,
.send_param = start_discovery_le_param,
.send_len = sizeof(start_discovery_le_param),
.expect_status = MGMT_STATUS_NOT_SUPPORTED,
.expect_status = MGMT_STATUS_REJECTED,
};
static const struct generic_data start_discovery_valid_param_test_1 = {