mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-18 20:47:58 +00:00
Fix to unit test
This commit is contained in:
parent
2c86bf230e
commit
6eba8f928a
@ -34,7 +34,7 @@ namespace hirsTest {
|
|||||||
idClaimResp.CredentialBlob = Google.Protobuf.ByteString.CopyFrom(credentialBlob);
|
idClaimResp.CredentialBlob = Google.Protobuf.ByteString.CopyFrom(credentialBlob);
|
||||||
CertificateResponse certResp = new();
|
CertificateResponse certResp = new();
|
||||||
certResp.Status = ResponseStatus.Pass;
|
certResp.Status = ResponseStatus.Pass;
|
||||||
certResp.Certificate = Google.Protobuf.ByteString.CopyFrom(acaIssuedCert);
|
certResp.Certificate = Google.Protobuf.String.CopyFrom(acaIssuedCert);
|
||||||
|
|
||||||
IHirsAcaTpm tpm = A.Fake<IHirsAcaTpm>();
|
IHirsAcaTpm tpm = A.Fake<IHirsAcaTpm>();
|
||||||
byte[] name = null, qualifiedName = null;
|
byte[] name = null, qualifiedName = null;
|
||||||
|
Loading…
Reference in New Issue
Block a user