Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Jan 21, 2025
1 parent 7d257fd commit 20e494c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions integration-tests/js-compute/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ const branchName = (await zx`git branch --show-current`).stdout

const fixture = moduleMode ? 'module-mode' : 'app';
const serviceName = `${fixture}--${branchName}${aot ? '--aot' : ''}${httpCache ? '--http' : ''}${process.env.SUFFIX_STRING || ''}`;
if (!local)
process.env.FASTLY_SERVICE_NAME = serviceName;
if (!local) process.env.FASTLY_SERVICE_NAME = serviceName;
let domain;
const fixturePath = join(__dirname, 'fixtures', fixture);
let localServer;
Expand Down

0 comments on commit 20e494c

Please sign in to comment.