Commit 321177c
authored
fix(e2e): use --runtime flag instead of non-existent --agent in byo-custom-jwt tests (#795)
PR #749 introduced MCP bearer-token E2E tests that pass --agent to the
invoke command, but the CLI defines --runtime for selecting a specific
runtime. This caused the "MCP agent: rejects SigV4 invocation" test to
fail on main with "error: unknown option '--agent'". The other new tests
passed by accident because their assertions checked for the absence of
an auth error, and a CLI parsing error also doesn't match that pattern.1 parent 767fd4c commit 321177c
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
288 | 288 | | |
289 | 289 | | |
290 | 290 | | |
291 | | - | |
| 291 | + | |
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
| |||
304 | 304 | | |
305 | 305 | | |
306 | 306 | | |
307 | | - | |
| 307 | + | |
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
| |||
320 | 320 | | |
321 | 321 | | |
322 | 322 | | |
323 | | - | |
| 323 | + | |
324 | 324 | | |
325 | 325 | | |
326 | 326 | | |
| |||
340 | 340 | | |
341 | 341 | | |
342 | 342 | | |
343 | | - | |
| 343 | + | |
344 | 344 | | |
345 | 345 | | |
346 | 346 | | |
| |||
0 commit comments