Commit 8f2aeb2
ZCU-PUB/fix: split merged providers in file-download-link spec (TS1117) (#1401)
The FileDownloadLinkComponent spec declared both providers in a single
object literal, so the second `provide`/`useValue` pair overwrote the
first. TypeScript flagged this as TS1117 (duplicate object key), failing
the spec bundle compilation and blocking the entire `test:headless` run.
Split into two separate provider entries so both AuthorizationDataService
and DSONameService are registered. DSONameService is required: the
component injects and uses it (file-download-link.component.ts).
Co-authored-by: Matus Kasak <matus.kasak@dataquest.sk>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent d837892 commit 8f2aeb2
1 file changed
Lines changed: 2 additions & 1 deletion
File tree
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
| 57 | + | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
| |||
0 commit comments