Commit 9ada661
fix(tests): parse role name from list output before passing to select
The roles list output format is "* Role Name (shortname)" but the test
was passing the entire string including marker and shortname to roles
select, which failed because no role matched the literal string.
Co-Authored-By: Terraphim AI <noreply@terraphim.io>1 parent f3f1c9d commit 9ada661
1 file changed
Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
312 | | - | |
313 | | - | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
314 | 321 | | |
315 | 322 | | |
316 | 323 | | |
| |||
0 commit comments