Merge "Fixing tests to reflect change in CDDL" into sc-dev
This commit is contained in:
commit
09c9ab7c9a
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue