mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-24 03:45:38 +08:00
add permission to authinternal circleCI test
This commit is contained in:
committed by
Jude Nelson
parent
33beda69de
commit
9a46b8c241
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user