Skip to content

Commit

Permalink
Weird how that ever worked
Browse files Browse the repository at this point in the history
  • Loading branch information
Bret Ambrose committed Oct 7, 2024
1 parent e40192f commit 65e7425
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 @@ -540,7 +540,7 @@ static int s_SubmitUpdateNamedShadowAcceptedRequest(TestContext &context, TestSt
}
else
{
snprintf(payload, AWS_ARRAY_SIZE(payload), "{\"state\":{\"desired\":\"%s\"}}", desiredState);
snprintf(payload, AWS_ARRAY_SIZE(payload), "{\"state\":{\"desired\":%s}}", desiredState);
}

AWS_LOGF_INFO(AWS_LS_MQTT_GENERAL, "***UpdateNamedShadowPayload: %s", payload);
Expand Down

0 comments on commit 65e7425

Please sign in to comment.