Skip to content

Commit

Permalink
Fix copy&paste issue with fixture name
Browse files Browse the repository at this point in the history
  • Loading branch information
RynatSibahatau committed Jun 10, 2019
1 parent 1ea7f7d commit f4e0a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lighthouse-cli/test/cli/bin-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ describe('CLI bin', function() {
});

it('should read extra cookies from file', async () => {
const headersFile = require.resolve('../fixtures/extra-headers/valid.json');
const headersFile = require.resolve('../fixtures/extra-cookies/valid.json');
// @ts-ignore - see TODO: in bin.js
cliFlags = {...cliFlags, extraCookies: headersFile};
await bin.begin();
Expand Down

0 comments on commit f4e0a49

Please sign in to comment.