Commit f59ad08
fix: add missing Flag import in shared/ui.ts and align test with Bearer scheme
The embedded-UI loader referenced Flag.* without importing it, which would
throw ReferenceError at module evaluation and prevent the sidecar from
starting. Also updates the www-authenticate assertion in httpapi-ui.test.ts
to match the new Bearer scheme set in the authorization middleware.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent d441785 commit f59ad08
2 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
387 | 387 | | |
388 | 388 | | |
389 | 389 | | |
390 | | - | |
| 390 | + | |
391 | 391 | | |
392 | 392 | | |
393 | 393 | | |
| |||
0 commit comments