Skip to content

Commit

Permalink
feat(samples): update featurestore-samples.test.js (googleapis#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
suryaguthikonda committed Jul 28, 2022
1 parent 9d109a4 commit 999dc0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/test/featurestore-samples.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ describe('AI platform featurestore api samples test', async function () {
const stdout = execSync(
`node ./list-featurestores-stream-sample.js ${project} ${location} ${apiEndpoint}`
);
assert.match(stdout, /Stream object listFeaturestoresStream is closed/);
assert.match(stdout, /List featurestores stream response/);
});
it('should update featurestores fixed nodes', async () => {
const stdout = execSync(
Expand Down

0 comments on commit 999dc0a

Please sign in to comment.