We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bda138 commit 5175d8dCopy full SHA for 5175d8d
libcloud/test/dns/test_google.py
@@ -119,7 +119,7 @@ def test_get_record_record_does_not_exist(self):
119
120
def test_create_zone(self):
121
extra = {"description": "new domain for example.org"}
122
- zone = self.driver.create_zone("example.org.", extra)
+ zone = self.driver.create_zone("example.org", extra)
123
124
sent = GoogleDNSMockHttp.history.pop()
125
self.assertEqual(sent.method, 'POST')
0 commit comments