I was trying to create a new CacheClientAsync object but I provided incorrect arguments to the constructor, my code:
self.client = CacheClientAsync(
Configurations.Laptop.latest(),
auth_token, // string
default_ttl_seconds // integer
)
The error message I received was ERROR:__main__:test execution failed with 'str' object has no attribute 'control_endpoint'