We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64766d8 commit fc03df6Copy full SHA for fc03df6
tests/base.py
@@ -17,9 +17,9 @@ def setUp(self):
17
self.api = FiveHundredPXAPI(auth_handler=self.handler)
18
self.unauthorized_api = FiveHundredPXAPI()
19
self.follower_id = '925306' # test user id
20
- self.user_id = '642049' # this is akirahrkw's id
+ self.user_id = '727199' # this is akirahrkw's id
21
self.photo = None # sample photo for test
22
-
+
23
def tearDown(self):
24
pass
25
0 commit comments