Skip to content

Commit 766b36c

Browse files
committed
test: refresh live shard checks
1 parent 3c8f526 commit 766b36c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/gateway/gateway-acp-spawn-defaults.live.test.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -203,17 +203,16 @@ function createConfig(params: {
203203
maxSpawnDepth: 2,
204204
...(params.subagentModel ? { model: params.subagentModel } : {}),
205205
},
206-
models: {
207-
...(params.subagentModel && params.thinking
206+
models:
207+
params.subagentModel && params.thinking
208208
? {
209209
[params.subagentModel]: {
210210
params: {
211211
thinking: params.thinking,
212212
},
213213
},
214214
}
215-
: {}),
216-
},
215+
: {},
217216
},
218217
},
219218
gateway: {

test/scripts/test-live-shard.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ describe("scripts/test-live-shard", () => {
8080
expect(selectLiveShardFiles("native-live-src-gateway-core", allFiles)).toEqual([
8181
"src/crestodian/rescue-channel.live.test.ts",
8282
"src/gateway/android-node.capabilities.live.test.ts",
83+
"src/gateway/gateway-acp-spawn-defaults.live.test.ts",
8384
"src/gateway/gateway-trajectory-export.live.test.ts",
8485
]);
8586
expect(selectLiveShardFiles("native-live-src-infra", allFiles)).toEqual([

0 commit comments

Comments
 (0)