File tree 2 files changed +2
-2
lines changed
packages/google-cloud-translate
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ function Translate(options) {
62
62
return new Translate ( options ) ;
63
63
}
64
64
65
- var baseUrl = 'https://translation.googleapis.com. /language/translate/v2' ;
65
+ var baseUrl = 'https://translation.googleapis.com/language/translate/v2' ;
66
66
67
67
if ( process . env . GOOGLE_CLOUD_TRANSLATE_ENDPOINT ) {
68
68
baseUrl = process . env . GOOGLE_CLOUD_TRANSLATE_ENDPOINT
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ describe('Translate', function() {
94
94
assert ( translate instanceof FakeService ) ;
95
95
96
96
var calledWith = translate . calledWith_ [ 0 ] ;
97
- var baseUrl = 'https://translation.googleapis.com. /language/translate/v2' ;
97
+ var baseUrl = 'https://translation.googleapis.com/language/translate/v2' ;
98
98
99
99
assert . strictEqual ( calledWith . baseUrl , baseUrl ) ;
100
100
assert . deepEqual ( calledWith . scopes , [
You can’t perform that action at this time.
0 commit comments