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