We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04f1a02 commit 3ce5248Copy full SHA for 3ce5248
1 file changed
core/http/endpoints/localai/api_instructions_test.go
@@ -39,7 +39,7 @@ var _ = Describe("API Instructions Endpoints", func() {
39
40
instructions, ok := resp["instructions"].([]any)
41
Expect(ok).To(BeTrue())
42
- Expect(instructions).To(HaveLen(10))
+ Expect(instructions).To(HaveLen(11))
43
44
// Verify each instruction has required fields and correct URL format
45
for _, s := range instructions {
0 commit comments