We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef91731 commit d11ee1cCopy full SHA for d11ee1c
dialogflow/system-test/detect.v2beta1.test.js
@@ -17,12 +17,11 @@
17
18
const test = require(`ava`);
19
const {runAsync} = require('@google-cloud/nodejs-repo-tools');
20
+const uuid = require('uuid/v4');
21
22
const cmd = 'node detect.v2beta1.js';
23
const testQuery = `Where is my data stored?`;
-
24
-const testKnowledgeBaseName = 'TestKnowledgeBase';
25
+const testKnowledgeBaseName = `${uuid().split('-')[0]}-TestKnowledgeBase`;
26
const testDocName = `TestDoc`;
27
const testDocumentPath = `https://cloud.google.com/storage/docs/faq`;
28
0 commit comments