diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_pre_regup_subdomain.py b/integration_tests/blockstack_integration_tests/scenarios/name_pre_regup_subdomain.py index eaa3d86da..3e5b28343 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_pre_regup_subdomain.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_pre_regup_subdomain.py @@ -129,6 +129,9 @@ def scenario( wallets, **kw ): print 'got\n{}'.format(base64.b64decode(res['zonefile'])) return False + # reindex + assert testlib.check_subdomain_db(**kw) + def check( state_engine ):