summaryrefslogtreecommitdiff
path: root/tests/integration/route53/test_alias_resourcerecordsets.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/route53/test_alias_resourcerecordsets.py')
-rw-r--r--tests/integration/route53/test_alias_resourcerecordsets.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/integration/route53/test_alias_resourcerecordsets.py b/tests/integration/route53/test_alias_resourcerecordsets.py
index 88db5d82..6a753883 100644
--- a/tests/integration/route53/test_alias_resourcerecordsets.py
+++ b/tests/integration/route53/test_alias_resourcerecordsets.py
@@ -79,7 +79,6 @@ class TestRoute53AliasResourceRecordSets(unittest.TestCase):
rrs.add_change(action="DELETE", **base_record)
rrs.commit()
-
def test_set_alias(self):
base_record = dict(name="alias.%s." % self.base_domain,
type="A",
@@ -95,7 +94,6 @@ class TestRoute53AliasResourceRecordSets(unittest.TestCase):
delete.set_alias(self.zone.id, "target.%s" % self.base_domain, False)
rrs.commit()
-
def test_set_alias_backwards_compatability(self):
base_record = dict(name="alias.%s." % self.base_domain,
type="A",