mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-24 11:25:50 -06:00
fix(gateway): run transcript cursor E2E with full startup (#127094)
* test(gateway): publish runtime in agent E2Es * test(gateway): leave replay fix to owner PR
This commit is contained in:
@@ -43,7 +43,10 @@ describe("embedded transcript cursor settlement", () => {
|
||||
const instance = await createOpenClawTestInstance({
|
||||
name: "embedded-transcript-cursor",
|
||||
config: createTestConfig(modelServer.baseUrl),
|
||||
env: { OPENCLAW_SKIP_PROVIDERS: undefined },
|
||||
env: {
|
||||
OPENCLAW_SKIP_PROVIDERS: undefined,
|
||||
OPENCLAW_TEST_MINIMAL_GATEWAY: undefined,
|
||||
},
|
||||
});
|
||||
instances.push(instance);
|
||||
await instance.startGateway();
|
||||
|
||||
Reference in New Issue
Block a user