mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-30 20:54:26 +00:00
agent: Fix test
Struct TtrpcContext has been changed in ttrpc@0.5 Signed-off-by: Tim Zhang <tim@hyper.sh>
This commit is contained in:
parent
02079dbb4f
commit
4a214720e8
@ -1676,6 +1676,7 @@ mod tests {
|
|||||||
TtrpcContext {
|
TtrpcContext {
|
||||||
fd: -1,
|
fd: -1,
|
||||||
mh: MessageHeader::default(),
|
mh: MessageHeader::default(),
|
||||||
|
metadata: std::collections::HashMap::new(),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user