Fix frontend test typing for override flag

Agent-Logs-Url: https://github.com/alexta69/metube/sessions/31b4274d-cf48-4260-b73b-633cbcd2bb09

Co-authored-by: alexta69 <7450369+alexta69@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-04-03 09:07:34 +00:00
committed by GitHub
parent 6e9b2dd7b3
commit b16e597125
+1 -1
View File
@@ -145,7 +145,7 @@ describe('App', () => {
});
it('shows manual override input when enabled', () => {
downloads.configuration.ALLOW_YTDL_OPTIONS_OVERRIDES = true;
downloads.configuration['ALLOW_YTDL_OPTIONS_OVERRIDES'] = true;
const fixture = TestBed.createComponent(App);
fixture.componentInstance.isAdvancedOpen = true;