Skip to content

Commit 0027c00

Browse files
committed
match end user credentials
1 parent c3b1f71 commit 0027c00

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

packages/google-cloud-oslogin/samples/test/sample.test.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ const exec = cmd => execSync(cmd, {encoding: 'utf8'});
2222

2323
describe('sample tests', () => {
2424
it('should run the quickstart', () => {
25-
const output = exec('node quickstart users/sofialeon@google.com');
25+
const output = exec(
26+
'node quickstart users/kokoro-system-test@long-door-651.iam.gserviceaccount.com'
27+
);
2628
assert(output !== null);
2729
});
2830
});

0 commit comments

Comments
 (0)