Skip to content

Commit

Permalink
latest whatwg-url adds a trailing slash to chrome://version
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Nov 30, 2017
1 parent a15d9df commit 5856373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lighthouse-cli/test/cli/run-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const getFlags = require('../../cli-flags').getFlags;

describe('CLI run', function() {
it('runLighthouse completes a LH round trip', () => {
const url = 'chrome://version';
const url = 'chrome://version/';
const filename = path.join(process.cwd(), 'run.ts.results.json');
const flags = getFlags(`--output=json --output-path=${filename} ${url}`);
return run.runLighthouse(url, flags, fastConfig).then(passedResults => {
Expand Down

0 comments on commit 5856373

Please sign in to comment.