Skip to content

Commit 81405d7

Browse files
chore(speech-to-speech): fix linting issues
1 parent 2f33478 commit 81405d7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

functions/speech-to-speech/functions/test/index.test.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,19 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
const uuid = require('uuid');
1615
const assert = require('assert');
17-
const fs = require('fs');
1816
const execPromise = require('child-process-promise').exec;
1917
const gaxios = require('gaxios');
2018
const waitPort = require('wait-port');
2119

2220
const path = require('path');
2321
const cwd = path.join(__dirname, '..');
2422

25-
const {Storage} = require('@google-cloud/storage');
26-
const storage = new Storage();
27-
2823
process.env.OUTPUT_BUCKET = 'long-door-651';
2924
process.env.SUPPORTED_LANGUAGE_CODES = 'en,es';
3025
process.env.GOOGLE_CLOUD_PROJECT = 'long-door-651';
3126

3227
const BASE_URL = 'http://localhost:8080';
33-
const outputBucket = storage.bucket(process.env.OUTPUT_BUCKET);
3428

3529
gaxios.instance.defaults = {
3630
method: 'POST',

0 commit comments

Comments
 (0)