File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
functions/speech-to-speech/functions/test Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 1212// See the License for the specific language governing permissions and
1313// limitations under the License.
1414
15- const uuid = require ( 'uuid' ) ;
1615const assert = require ( 'assert' ) ;
17- const fs = require ( 'fs' ) ;
1816const execPromise = require ( 'child-process-promise' ) . exec ;
1917const gaxios = require ( 'gaxios' ) ;
2018const waitPort = require ( 'wait-port' ) ;
2119
2220const path = require ( 'path' ) ;
2321const cwd = path . join ( __dirname , '..' ) ;
2422
25- const { Storage} = require ( '@google-cloud/storage' ) ;
26- const storage = new Storage ( ) ;
27-
2823process . env . OUTPUT_BUCKET = 'long-door-651' ;
2924process . env . SUPPORTED_LANGUAGE_CODES = 'en,es' ;
3025process . env . GOOGLE_CLOUD_PROJECT = 'long-door-651' ;
3126
3227const BASE_URL = 'http://localhost:8080' ;
33- const outputBucket = storage . bucket ( process . env . OUTPUT_BUCKET ) ;
3428
3529gaxios . instance . defaults = {
3630 method : 'POST' ,
You can’t perform that action at this time.
0 commit comments