From 361554dec25b3d3117e4f774ed9be3c97fd720aa Mon Sep 17 00:00:00 2001 From: Jude Nelson Date: Tue, 2 Oct 2018 23:38:35 -0400 Subject: [PATCH] print profile --- .../scenarios/name_pre_regup_sign_verify_profile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_pre_regup_sign_verify_profile.py b/integration_tests/blockstack_integration_tests/scenarios/name_pre_regup_sign_verify_profile.py index bc940f5d3..872e7dcd2 100644 --- a/integration_tests/blockstack_integration_tests/scenarios/name_pre_regup_sign_verify_profile.py +++ b/integration_tests/blockstack_integration_tests/scenarios/name_pre_regup_sign_verify_profile.py @@ -125,7 +125,7 @@ def scenario( wallets, **kw ): if res['profile'] != profile: print 'profile mismatch:' - print res + print res['profile'] print profile return False