def test_get_categories(self):
     client = Client()
     categories = client.get_categories()
     pass