Skip to content

Commit 59e3125

Browse files
author
Aaron Sierra
committed
dns: google: Drop FQDN from inputs
Update testing inputs to conform to spec'ed usage.
1 parent cf68aa8 commit 59e3125

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)