Skip to content

Commit 150cca8

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

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/google-cloud-dns/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ function DNS(options) {
5353
}
5454

5555
var config = {
56-
baseUrl: 'https://www.googleapis.com./dns/v1',
56+
baseUrl: 'https://www.googleapis.com/dns/v1',
5757
scopes: [
5858
'https://www.googleapis.com/auth/ndev.clouddns.readwrite',
5959
'https://www.googleapis.com/auth/cloud-platform'

packages/google-cloud-dns/test/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ describe('DNS', function() {
125125

126126
var calledWith = dns.calledWith_[0];
127127

128-
var baseUrl = 'https://www.googleapis.com./dns/v1';
128+
var baseUrl = 'https://www.googleapis.com/dns/v1';
129129
assert.strictEqual(calledWith.baseUrl, baseUrl);
130130
assert.deepEqual(calledWith.scopes, [
131131
'https://www.googleapis.com/auth/ndev.clouddns.readwrite',

0 commit comments

Comments
 (0)