mirror of
https://github.com/alexta69/metube.git
synced 2026-06-13 16:40:05 +00:00
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:
committed by
GitHub
parent
6e9b2dd7b3
commit
b16e597125
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user