From 961fc09acbb890a74619848d9681b048c8fb8e25 Mon Sep 17 00:00:00 2001 From: Julian Lobbes Date: Sat, 3 Dec 2022 21:39:32 +0100 Subject: [PATCH] fix(tests): replace humans with cats --- tests/fakedata.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(