Skip to content

Commit c6b9174

Browse files
test: address class ID error (#736)
build: migrate to OwlBot
1 parent db1fa23 commit c6b9174

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

speech/system-test/modelAdaptation.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ const adaptationClient = new speech.AdaptationClient();
2929

3030
const projectId = process.env.GCLOUD_PROJECT;
3131
const location = 'us-west1'
32-
const customClassId = uuidv4().replace(/-/g, '').substring(0, 20);
33-
const phraseSetId = uuidv4().replace(/-/g, '').substring(0, 20);
32+
const customClassId = uuidv4().replace(/-/g, '').substring(0, 15);
33+
const phraseSetId = uuidv4().replace(/-/g, '').substring(0, 15);
3434
const classParent = `projects/${projectId}/locations/${location}/customClasses/${customClassId}`;
3535
const phraseParent = `projects/${projectId}/locations/${location}/phraseSets/${customClassId}`;
3636

0 commit comments

Comments
 (0)