mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 08:10:44 +00:00
test: restore gateway chat timer cleanup
This commit is contained in:
@@ -425,6 +425,10 @@ describe("resolveGatewayConnection", () => {
|
||||
});
|
||||
|
||||
describe("GatewayChatClient", () => {
|
||||
afterEach(() => {
|
||||
vi.useRealTimers();
|
||||
});
|
||||
|
||||
it("identifies the TUI as a tui client and skips device identity on insecure local ui paths", () => {
|
||||
const client = new GatewayChatClient({
|
||||
url: "ws://127.0.0.1:18789",
|
||||
|
||||
Reference in New Issue
Block a user