def test_get_videos_by_category(self):
     client = Client()
     videos = client.get_videos_by_category(category='Panorama')
     pass