mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-20 07:05:17 +08:00
depend on the sanctity of ablankstein.id instead of muneeb.id for the CI build
This commit is contained in:
@@ -27,7 +27,7 @@ test:
|
||||
- blockstack api stop -y
|
||||
deployment:
|
||||
tarball_venv:
|
||||
branch: [master, osx-single-file-build, develop, hotfix/storage-errno]
|
||||
branch: [master, osx-single-file-build, develop]
|
||||
commands:
|
||||
- cp -r ../virtualenvs/venv-system ./venv-copy
|
||||
- virtualenv --relocatable ../virtualenvs/venv-system
|
||||
|
||||
@@ -166,7 +166,7 @@ class AuthInternal(APITestCase):
|
||||
data = self.get_request('/v1/wallet/payment_address',
|
||||
headers = auth_header, status_code=200)
|
||||
|
||||
data = self.get_request('/v1/users/muneeb.id',
|
||||
data = self.get_request('/v1/users/ablankstein.id',
|
||||
headers = auth_header, status_code=200)
|
||||
# self.assertIn('error', data)
|
||||
|
||||
@@ -201,7 +201,7 @@ class AuthInternal(APITestCase):
|
||||
data = self.get_request('/v1/wallet/payment_address',
|
||||
headers = auth_header, status_code=200)
|
||||
|
||||
data = self.get_request('/v1/users/muneeb.id',
|
||||
data = self.get_request('/v1/users/ablankstein.id',
|
||||
headers = auth_header, status_code=200)
|
||||
|
||||
def test_auth_token_no_username(self):
|
||||
|
||||
Reference in New Issue
Block a user