mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 17:44:33 +00:00
refactor: rename to openclaw
This commit is contained in:
@@ -20,7 +20,7 @@ describe("formatHealthCheckFailure", () => {
|
||||
"gateway closed (1006 abnormal closure (no close frame)): no close reason",
|
||||
"Gateway target: ws://127.0.0.1:19001",
|
||||
"Source: local loopback",
|
||||
"Config: /Users/steipete/.clawdbot-dev/moltbot.json",
|
||||
"Config: /Users/steipete/.openclaw-dev/openclaw.json",
|
||||
"Bind: loopback",
|
||||
].join("\n"),
|
||||
);
|
||||
@@ -30,7 +30,7 @@ describe("formatHealthCheckFailure", () => {
|
||||
"Health check failed: gateway closed (1006 abnormal closure (no close frame)): no close reason",
|
||||
" Gateway target: ws://127.0.0.1:19001",
|
||||
" Source: local loopback",
|
||||
" Config: /Users/steipete/.clawdbot-dev/moltbot.json",
|
||||
" Config: /Users/steipete/.openclaw-dev/openclaw.json",
|
||||
" Bind: loopback",
|
||||
].join("\n"),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user