Repository: libcloud Updated Branches: refs/heads/trunk f5e11c5f4 -> 6464d8e93
remove blank line Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/a9a06e8a Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/a9a06e8a Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/a9a06e8a Branch: refs/heads/trunk Commit: a9a06e8ab27782aec39087c3385bd62d6eae0422 Parents: f5e11c5 Author: Anthony Shaw <anthonys...@apache.org> Authored: Mon Aug 21 09:40:00 2017 +1000 Committer: Anthony Shaw <anthonys...@apache.org> Committed: Mon Aug 21 09:40:00 2017 +1000 ---------------------------------------------------------------------- libcloud/test/dns/test_linode.py | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/a9a06e8a/libcloud/test/dns/test_linode.py ---------------------------------------------------------------------- diff --git a/libcloud/test/dns/test_linode.py b/libcloud/test/dns/test_linode.py index 72da66c..678149d 100644 --- a/libcloud/test/dns/test_linode.py +++ b/libcloud/test/dns/test_linode.py @@ -76,7 +76,6 @@ class LinodeTests(unittest.TestCase): self.assertHasKeys(srvrecord.extra, ['protocol', 'ttl_sec', 'port', 'priority', 'weight']) - def test_list_records_zone_does_not_exist(self): zone = self.driver.list_zones()[0]