Skip to content

Commit 3d1f4fe

Browse files
author
Domenico Iezzi
committed
Removed unstable userProfile from test
1 parent d984a92 commit 3d1f4fe

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

test.py

-7
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,6 @@
8181
details = server.details(testApps[0])
8282
print(details)
8383

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-
9184
# REVIEWS
9285
print('\nGetting reviews for %s\n' % testApps[0])
9386
revs = server.reviews(testApps[0])

0 commit comments

Comments
 (0)