Skip to content

Commit

Permalink
Revert max_streaming_subscriptions in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sfodagain committed Jan 30, 2025
1 parent 01fa22f commit 42e85f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/request-response/request_response_client_tests.c
Original file line number Diff line number Diff line change
Expand Up @@ -1220,7 +1220,7 @@ static int s_init_fixture_streaming_operation_success(

struct aws_mqtt_request_response_client_options rr_client_options = {
.max_request_response_subscriptions = 2,
.max_streaming_subscriptions = 2,
.max_streaming_subscriptions = 1,
.operation_timeout_seconds = 2,
};

Expand Down

0 comments on commit 42e85f6

Please sign in to comment.