We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f39056 commit 66f8f3aCopy full SHA for 66f8f3a
2 files changed
handwritten/spanner/src/index.js
@@ -76,7 +76,7 @@ function Spanner(options) {
76
};
77
78
var config = {
79
- baseUrl: 'spanner.googleapis.com',
+ baseUrl: 'spanner.googleapis.com.',
80
protoServices: {
81
Operations: {
82
path: googleProtoFiles('longrunning/operations.proto'),
handwritten/spanner/test/index.js
@@ -202,7 +202,7 @@ describe('Spanner', function() {
202
var calledWith = spanner.calledWith_[0];
203
204
assert.deepEqual(calledWith, {
205
206
207
208
path: googleProtoFiles('longrunning', 'operations.proto'),
0 commit comments