Skip to content

Commit 5175d8d

Browse files
author
Aaron Sierra
committed
dns: google: Drop FQDN from inputs
Update testing inputs to conform to spec'ed usage.
1 parent 2bda138 commit 5175d8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcloud/test/dns/test_google.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def test_get_record_record_does_not_exist(self):
119119

120120
def test_create_zone(self):
121121
extra = {"description": "new domain for example.org"}
122-
zone = self.driver.create_zone("example.org.", extra)
122+
zone = self.driver.create_zone("example.org", extra)
123123

124124
sent = GoogleDNSMockHttp.history.pop()
125125
self.assertEqual(sent.method, 'POST')

0 commit comments

Comments
 (0)