Removed unstable userProfile from test

This commit is contained in:
Domenico Iezzi 2018-02-01 12:15:32 +01:00
parent d984a92dc7
commit 3d1f4fe56d
No known key found for this signature in database
GPG Key ID: 7AC94D5DDA2FB7EE

View File

@ -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])