Skip to content

Commit

Permalink
More things that should've been picked up locally
Browse files Browse the repository at this point in the history
  • Loading branch information
Bret Ambrose committed Oct 7, 2024
1 parent c2ab65f commit 78bf79d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/MqttRequestResponse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ static TestContext s_CreateClient(
{
TestContext context;

Aws::Iot::RequestResponse::RequestResponseClientOptions finalOptions;
struct aws_string *host = NULL;
struct aws_string *certificatePath = NULL;
struct aws_string *privateKeyPath = NULL;
Expand All @@ -241,7 +242,6 @@ static TestContext s_CreateClient(
goto done;
}

Aws::Iot::RequestResponse::RequestResponseClientOptions finalOptions;
if (options != nullptr)
{
finalOptions = *options;
Expand Down

0 comments on commit 78bf79d

Please sign in to comment.