Skip to content

Commit 6c5aa16

Browse files
olethanhhoh
authored andcommitted
fix typo
1 parent be5a697 commit 6c5aa16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/aleph/sdk/client/vm_confidential_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ async def measurement(self, vm_id: ItemHash) -> SEVMeasurement:
105105
status, text = await self.perform_operation(
106106
vm_id, "confidential/measurement", method="GET"
107107
)
108-
sev_mesurement = SEVMeasurement.parse_raw(text)
109-
return sev_mesurement
108+
sev_measurement = SEVMeasurement.parse_raw(text)
109+
return sev_measurement
110110

111111
async def validate_measure(
112112
self, sev_data: SEVMeasurement, tik_path: Path, firmware_hash: str

0 commit comments

Comments
 (0)