Merge "Fixing tests to reflect change in CDDL" into sc-dev

This commit is contained in:
Max Bires 2021-06-03 00:16:06 +00:00 committed by Android (Google) Code Review
commit 09c9ab7c9a

View file

@ -340,6 +340,7 @@ class CertificateRequestTest : public VtsRemotelyProvisionedComponentTests {
cppbor::Array() // SignedMacAad
.add(challenge_)
.add(std::move(deviceInfoMap))
.add(keysToSignMac)
.encode());
ASSERT_TRUE(macKey) << macKey.message();