Merge "Updates to make end to end tests green."

This commit is contained in:
Jenkins 2016-01-18 19:29:48 +00:00 committed by Gerrit Code Review
commit 628b40a04e
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class TestWebsiteCDN(base.TestBase):
sub_domain = base.random_string(prefix='test-cdn-')
self.test_domain = sub_domain + '.' + self.dns_config.test_domain
self.origin = self.test_config.alternate_origin
self.origin = self.test_config.default_origin
self.cname_rec = []
def test_enable_cdn(self):