We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3b1f71 commit 0027c00Copy full SHA for 0027c00
1 file changed
packages/google-cloud-oslogin/samples/test/sample.test.js
@@ -22,7 +22,9 @@ const exec = cmd => execSync(cmd, {encoding: 'utf8'});
22
23
describe('sample tests', () => {
24
it('should run the quickstart', () => {
25
- const output = exec('node quickstart users/sofialeon@google.com');
+ const output = exec(
26
+ 'node quickstart users/kokoro-system-test@long-door-651.iam.gserviceaccount.com'
27
+ );
28
assert(output !== null);
29
});
30
0 commit comments