Commit bfc8356
Fix Python E2E agent list test for built-in agents
The CLI now returns built-in/default agents even when no custom agents
are configured. Update the assertion to verify no custom test agent
names appear in the list, rather than asserting the list is empty.
Matches the pattern used in the Go E2E test.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 2a92862 commit bfc8356
1 file changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
161 | 167 | | |
162 | 168 | | |
163 | 169 | | |
| |||
0 commit comments