Skip to content

Commit d27f027

Browse files
committed
Fix browser existing-session test fixture type
1 parent 8d8cfd3 commit d27f027

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

extensions/browser/src/browser/server-context.existing-session.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,6 @@ describe("browser server-context existing-session profile", () => {
145145
state.resolved.profiles["chrome-live"] = {
146146
...state.resolved.profiles["chrome-live"],
147147
cdpUrl: "http://openclaw:relay-token@127.0.0.1:9222",
148-
cdpHost: "127.0.0.1",
149-
cdpIsLoopback: true,
150148
};
151149
const ctx = createBrowserRouteContext({ getState: () => state });
152150

0 commit comments

Comments
 (0)