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:
parent
6e9b2dd7b3
commit
b16e597125
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue