Skip to content

Commit 6c31c0d

Browse files
committed
test: add missing env field to config test fixtures
Change-Id: Icabc93ce10712b9bf37e6a43fdeabdecef2e1780 Signed-off-by: Thomas Kosiewski <[email protected]>
1 parent fbfe201 commit 6c31c0d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/config_test.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ describe("Config module", function()
196196
{ name = "Claude Opus 4 (Latest)", value = "claude-opus-4-20250514" },
197197
{ name = "Claude Sonnet 4 (Latest)", value = "claude-sonnet-4-20250514" },
198198
},
199+
env = {},
199200
}
200201

201202
local success, _ = pcall(function()

tests/unit/config_spec.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ describe("Configuration", function()
4545
models = {
4646
{ name = "Test Model", value = "test-model" },
4747
},
48+
env = {},
4849
}
4950

5051
local success = config.validate(valid_config)

0 commit comments

Comments
 (0)