mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-16 04:15:16 +00:00
test(qa): make target-none heartbeat explicit (#124380)
This commit is contained in:
parent
e6d2b1bbac
commit
5943cd0362
1 changed files with 1 additions and 1 deletions
|
|
@ -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]: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue