Skip to content

Commit b72a988

Browse files
Revert "updated FQDN's to googleapis.com with a trailing dot (#2214)" (#2283)
This reverts commit 13d4ed5.
1 parent e1f7a9f commit b72a988

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)