def login(self):
     self.api = test_utils.new_test_api()
     assert_true(self.api.is_authenticated())
 def login(self):
     self.api = test_utils.new_test_api(perform_upload_auth=False)
     assert_true(self.api.is_authenticated())