File tree 3 files changed +3
-3
lines changed
packages/google-cloud-node
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ function Speech(options) {
71
71
} ;
72
72
73
73
var config = {
74
- baseUrl : 'speech.googleapis.com. ' ,
74
+ baseUrl : 'speech.googleapis.com' ,
75
75
projectIdRequired : false ,
76
76
service : 'speech' ,
77
77
protoServices : {
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ FILENAMES.forEach(function(filename) {
39
39
name : name ,
40
40
path : path . join ( __dirname , 'data/' + name ) ,
41
41
gcsUri : 'gs://' + BUCKET_NAME + '/' + name ,
42
- httpUri : 'https://storage.googleapis.com. /' + BUCKET_NAME + '/' + name
42
+ httpUri : 'https://storage.googleapis.com/' + BUCKET_NAME + '/' + name
43
43
} ;
44
44
} ) ;
45
45
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ describe('Speech', function() {
156
156
var calledWith = speech . calledWith_ [ 0 ] ;
157
157
158
158
assert . deepEqual ( calledWith , {
159
- baseUrl : 'speech.googleapis.com. ' ,
159
+ baseUrl : 'speech.googleapis.com' ,
160
160
projectIdRequired : false ,
161
161
service : 'speech' ,
162
162
protoServices : {
You can’t perform that action at this time.
0 commit comments