Skip to content

Commit

Permalink
chore: fix broken endpoints test (#74)
Browse files Browse the repository at this point in the history
* chore: fix broken endpoints test

* 🦉 Updates from OwlBot

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
sofisl and gcf-owl-bot[bot] authored Sep 3, 2021
1 parent 1ebcbf9 commit df30f35
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions packages/google-api-servicecontrol/samples/test/quickstart.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,9 @@ const cwd = path.join(__dirname, '..');

describe('Quickstart', () => {
it('should run quickstart', async () => {
const stdout = execSync(
'node ./quickstart.js test-api-gateway-app-0zjurikbxiw0v.apigateway.long-door-651.cloud.goog',
{
cwd,
}
);
const stdout = execSync('node ./quickstart.js long-door-651.appspot.com', {
cwd,
});
assert.match(stdout, /serviceConfigId/);
});
});

0 comments on commit df30f35

Please sign in to comment.