mirror of
https://github.com/getcompanion-ai/computer-host.git
synced 2026-04-15 05:02:05 +00:00
fix: address CI failures and review feedback
This commit is contained in:
parent
15ad7e6632
commit
149bc2985a
4 changed files with 33 additions and 21 deletions
|
|
@ -608,8 +608,8 @@ func TestStopMachineContinuesWhenGuestSyncFails(t *testing.T) {
|
|||
t.Fatalf("create daemon: %v", err)
|
||||
}
|
||||
stubGuestSSHPublicKeyReader(hostDaemon)
|
||||
hostDaemon.syncGuestFilesystem = func(context.Context, string) error {
|
||||
return errors.New("guest sync failed")
|
||||
hostDaemon.shutdownGuest = func(context.Context, string) error {
|
||||
return errors.New("guest shutdown failed")
|
||||
}
|
||||
|
||||
now := time.Now().UTC()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue