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
2026-04-23 14:58:57 +02:00
committed by GitHub
parent 04f1a0285d
commit 3ce5248126

View File

@@ -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 {