cli: Generalize PCRs to Measurements in preparation for TDX

This commit is contained in:
Nils Hanke 2023-03-22 13:40:02 +01:00 committed by Malte Poll
parent 7e5e3b9d2e
commit c507bd7d95
3 changed files with 17 additions and 17 deletions

View file

@ -114,7 +114,7 @@ func TestValidatorUpdateInitPCRs(t *testing.T) {
t.Run(name, func(t *testing.T) {
assert := assert.New(t)
err := UpdateInitPCRs(tc.config, tc.ownerID, tc.clusterID)
err := UpdateInitMeasurements(tc.config, tc.ownerID, tc.clusterID)
if tc.wantErr {
assert.Error(err)