Skip to content

Commit

Permalink
tests: update chromium installable source path (#12364)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish authored May 17, 2021
1 parent 15dad39 commit 878af3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ describe('installabilityErrors', () => {

beforeAll(async () => {
const installableLoggingGitTilesUrl =
'https://chromium.googlesource.com/chromium/src/+/master/components/webapps/installable/installable_logging.cc?format=TEXT';
'https://chromium.googlesource.com/chromium/src/+/master/components/webapps/browser/installable/installable_logging.cc?format=TEXT';
const resp = await fetch(installableLoggingGitTilesUrl);
if (!resp.ok) {
throw new Error(`Chromium source fetch failed: ${resp.status} ${resp.statusText}`);
Expand Down

0 comments on commit 878af3c

Please sign in to comment.