We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d984a92 commit 3d1f4feCopy full SHA for 3d1f4fe
test.py
@@ -81,13 +81,6 @@
81
details = server.details(testApps[0])
82
print(details)
83
84
-# USER PROFILE
85
-print('\nGettung user profile information\n')
86
-user = server.userProfile()
87
-if 'Noto Sans' not in user['title']:
88
- raise Exception("Wrong userProfile behaviour")
89
- sys.exit(1)
90
-
91
# REVIEWS
92
print('\nGetting reviews for %s\n' % testApps[0])
93
revs = server.reviews(testApps[0])
0 commit comments