Skip to content

Commit 2407708

Browse files
committed
fix: initialize compatibility attestation in guest-agent test
1 parent 69160b0 commit 2407708

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dstack/guest-agent/src/rpc_service.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -897,6 +897,7 @@ pNs85uhOZE8z2jr8Pg==
897897
.unwrap_or_default(),
898898
report_data: report_data.to_vec(),
899899
vm_config: vm_config.to_string(),
900+
attestation: Vec::new(),
900901
event_log_ccel: Vec::new(),
901902
})
902903
}

0 commit comments

Comments
 (0)