mirror of
https://github.com/FliegendeWurst/googleplay-api.git
synced 2024-11-22 04:44:59 +00:00
Removed unstable userProfile from test
This commit is contained in:
parent
d984a92dc7
commit
3d1f4fe56d
7
test.py
7
test.py
@ -81,13 +81,6 @@ print('\nGetting details for %s\n' % testApps[0])
|
||||
details = server.details(testApps[0])
|
||||
print(details)
|
||||
|
||||
# USER PROFILE
|
||||
print('\nGettung user profile information\n')
|
||||
user = server.userProfile()
|
||||
if 'Noto Sans' not in user['title']:
|
||||
raise Exception("Wrong userProfile behaviour")
|
||||
sys.exit(1)
|
||||
|
||||
# REVIEWS
|
||||
print('\nGetting reviews for %s\n' % testApps[0])
|
||||
revs = server.reviews(testApps[0])
|
||||
|
Loading…
Reference in New Issue
Block a user