Fix to unit test

This commit is contained in:
iadgovuser59 2024-10-23 16:02:50 -04:00
parent 2c86bf230e
commit 6eba8f928a

View File

@ -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;