Skip to content

Commit 66f8f3a

Browse files
ericuldallcallmehiphop
authored andcommitted
updated FQDN's to googleapis.com with a trailing dot (#2214)
1 parent 9f39056 commit 66f8f3a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

handwritten/spanner/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ function Spanner(options) {
7676
};
7777

7878
var config = {
79-
baseUrl: 'spanner.googleapis.com',
79+
baseUrl: 'spanner.googleapis.com.',
8080
protoServices: {
8181
Operations: {
8282
path: googleProtoFiles('longrunning/operations.proto'),

handwritten/spanner/test/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ describe('Spanner', function() {
202202
var calledWith = spanner.calledWith_[0];
203203

204204
assert.deepEqual(calledWith, {
205-
baseUrl: 'spanner.googleapis.com',
205+
baseUrl: 'spanner.googleapis.com.',
206206
protoServices: {
207207
Operations: {
208208
path: googleProtoFiles('longrunning', 'operations.proto'),

0 commit comments

Comments
 (0)