subdomain db updates by 'catching up' with new zonefiles

This commit is contained in:
Aaron Blankstein
2017-07-26 12:21:23 -04:00
parent b4dab2622b
commit 080ce55ad7
3 changed files with 12 additions and 4 deletions

View File

@@ -200,7 +200,7 @@ def check( state_engine ):
assert 'foo' in user_profile2
user_profile3 = subdomains.resolve_subdomain_cached_domain("bar", "foo.test")['profile']
print "Cache Resolved Profile : {}".format(user_profile2)
assert 'bar' in user_profile2
print "Cache Resolved Profile : {}".format(user_profile3)
assert 'bar' in user_profile3
return True