mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-23 10:55:31 -06:00
test(qa): make target-none heartbeat explicit (#124380)
This commit is contained in:
committed by
GitHub
parent
e6d2b1bbac
commit
5943cd0362
@@ -196,7 +196,7 @@ describe("Gateway task and automation RPCs", () => {
|
||||
defaults: {
|
||||
workspace: workspaceDir,
|
||||
skipBootstrap: true,
|
||||
heartbeat: { every: "5m" },
|
||||
heartbeat: { every: "5m", target: "none" },
|
||||
model: { primary: provider.modelRef },
|
||||
models: {
|
||||
[provider.modelRef]: {
|
||||
|
||||
Reference in New Issue
Block a user