Skip to content

Commit

Permalink
fix(extension-youtube) fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Hess authored and janthurau committed Nov 20, 2023
1 parent 1bd714a commit e6947ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cypress/integration/extensions/youtube.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ describe('extension-youtube', () => {
// eslint-disable-next-line no-script-url
'javascript:alert(window.origin)//embed/',
'https://youtube.google.com/embed/fdsafsdf',
'https://youtube.com.bad/embed'
'https://youtube.com.bad/embed',
]

invalidUrls.forEach(url => {
Expand Down

0 comments on commit e6947ba

Please sign in to comment.