Skip to content

Commit 3ce5248

Browse files
authored
Update expected length of instructions in test
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
1 parent 04f1a02 commit 3ce5248

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/http/endpoints/localai/api_instructions_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ var _ = Describe("API Instructions Endpoints", func() {
3939

4040
instructions, ok := resp["instructions"].([]any)
4141
Expect(ok).To(BeTrue())
42-
Expect(instructions).To(HaveLen(10))
42+
Expect(instructions).To(HaveLen(11))
4343

4444
// Verify each instruction has required fields and correct URL format
4545
for _, s := range instructions {

0 commit comments

Comments
 (0)