Skip to content

Commit

Permalink
Device location csr
Browse files Browse the repository at this point in the history
  • Loading branch information
Bret Ambrose committed Nov 12, 2024
1 parent 278a5e1 commit 272cf93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions identity/tests/v2ClientTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@ static int s_doProvisionCsrTest(
ResultWaiter<Aws::Iotidentity::RegisterThingResult> registerResult;
Aws::Crt::Map<Aws::Crt::String, Aws::Crt::String> params;
params.emplace(Aws::Crt::String("SerialNumber"), Aws::Crt::UUID().ToString());
params.emplace(Aws::Crt::String("DeviceLocation"), Aws::Crt::String("Seattle"));

Aws::Iotidentity::RegisterThingRequest registerRequest;
registerRequest.CertificateOwnershipToken = response.CertificateOwnershipToken.value();
Expand Down

0 comments on commit 272cf93

Please sign in to comment.