diff --git a/tests/fakedata.py b/tests/fakedata.py index 0a07b20..2595cda 100644 --- a/tests/fakedata.py +++ b/tests/fakedata.py @@ -12,9 +12,9 @@ import lumi2.ldap as ldap def get_random_avatar() -> Image.Image: - """Returns a PIL JPEG Image of an AI-generated person.""" + """Returns a PIL JPEG Image of an AI-generated cat.""" - url = "https://thispersondoesnotexist.com/image" + url = "https://thiscatdoesnotexist.com/" response = requests.get(url) if response.status_code != 200: raise RuntimeError(