def test_get_all_videos(self):
     client = Client()
     videos = client.get_all_videos()
     pass