test: fix extensions console flake (#47791)
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
This commit is contained in:
parent
564698e27f
commit
a4a12fb35a
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ const uuid = require('uuid');
|
|||
const fixtures = path.join(__dirname, 'fixtures');
|
||||
|
||||
describe('chrome extensions', () => {
|
||||
const emptyPage = '<script>console.log("loaded")</script>';
|
||||
const emptyPage = '<html><body><h1>EMPTY PAGE</h1></body></html>';
|
||||
|
||||
// NB. extensions are only allowed on http://, https:// and ftp:// (!) urls by default.
|
||||
let server: http.Server;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue