Commit fa17c97
committed
Fix integration tests: include eca-info skill in commands list
The built-in eca-info skill (added in 0.132.0) auto-loads as a /command,
so the query-commands integration test now sees a 20th entry the
expected list didn't include. Add it to the expected vector to match
the actual response. The :query "co" sub-test is unaffected because
"eca-info" and its description don't contain "co".
This test has been red on master since b7ae244 (May 6); only the
"Tests" workflow runs integration tests, so the failure was easy to
miss in the "Docs" / "Bump downstreams" workflow noise.1 parent 507c5db commit fa17c97
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| |||
0 commit comments