Skip to content

Commit

Permalink
Merge branch 'MultiSub' into Elastishadow
Browse files Browse the repository at this point in the history
  • Loading branch information
bretambrose committed Apr 15, 2024
2 parents 3d99a47 + aa7488f commit 0053ef1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/request-response/request_response_client_tests.c
Original file line number Diff line number Diff line change
Expand Up @@ -2621,6 +2621,7 @@ AWS_TEST_CASE(
static void s_fail_all_subscribes_config_modifier_fn(
struct aws_mqtt_request_response_client_options *fixture_options,
struct mqtt5_client_test_options *client_test_options) {
(void)fixture_options;

client_test_options->server_function_table.packet_handlers[AWS_MQTT5_PT_SUBSCRIBE] =
s_handle_subscribe_with_terminal_failure;
Expand Down Expand Up @@ -2692,6 +2693,7 @@ int s_handle_second_subscribe_with_failure(
static void s_fail_second_subscribe_config_modifier_fn(
struct aws_mqtt_request_response_client_options *fixture_options,
struct mqtt5_client_test_options *client_test_options) {
(void)fixture_options;

client_test_options->server_function_table.packet_handlers[AWS_MQTT5_PT_SUBSCRIBE] =
s_handle_second_subscribe_with_failure;
Expand Down

0 comments on commit 0053ef1

Please sign in to comment.