Update expected length of instructions in test

Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
This commit is contained in:
Ettore Di Giacinto authored and GitHub committed 2026-04-23 14:58:57 +02:00
1 parent 04f1a0285d
commit 3ce5248126
1 file changed
+1 -1
@@ -39,7 +39,7 @@ var _ = Describe("API Instructions Endpoints", func() {
instructions, ok := resp["instructions"].([]any)
Expect(ok).To(BeTrue())
Expect(instructions).To(HaveLen(10))
Expect(instructions).To(HaveLen(11))
// Verify each instruction has required fields and correct URL format
for _, s := range instructions {