add permission to authinternal circleCI test

This commit is contained in:
Aaron Blankstein
2017-09-26 16:11:28 -04:00
committed by Jude Nelson
parent 33beda69de
commit 9a46b8c241

View File

@@ -144,7 +144,7 @@ class AuthInternal(APITestCase):
request = {
'app_domain': 'test.com',
'app_public_key': blockstack_client.keys.get_pubkey_hex(privkey),
'methods': ['wallet_read'],
'methods': ['wallet_read', 'user_read'],
}
signer = jsontokens.TokenSigner()
@@ -179,7 +179,7 @@ class AuthInternal(APITestCase):
request = {
'app_domain': 'http://test.com',
'app_public_key': blockstack_client.keys.get_pubkey_hex(privkey),
'methods': ['wallet_read'],
'methods': ['wallet_read', 'user_read'],
}
signer = jsontokens.TokenSigner()